Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

razu2021's avatar

how to Implement Custom Email Verification for Specific Admin Model and User Model Also

how,This is Razu from Dhaka Bangladesh, i am a Web Developer. i work with php Laravel . i would like to ask some question .

  1. i used laravel 11 and Breeze Authentication Systems
  2. i Have 2 User Table ,, by Deafult User table and another one is Admin table
  3. Everyting is workign for both table but
  4. Problem is that Email Verifiacation !!!!1
  5. by Deafult User Table Email Verification is woriking but Admin Table user email is not working with Email Verifaction
  6. My Question is How to Admin email Verification or How to custom Email Verification for my Specific Admin model
0 likes
4 replies
tisuchi's avatar

@razu2021 Two concerns:

  1. Why do you need to manage two tables to maintain two types of users?

Isn't that easy to maintain users' roles and store all the uses in one table? I will reduce your complexity and easy to manage the code. There are some packages already for that you don't need to reinvent the wheel!

  1. If you are forced to maintain two tables, then you need to write custom authentication for admin users. I am sure you will get many tutorials for making custom authentication in Laravel.
1 like
razu2021's avatar

@tisuchi Thank you so much . iam apricite for your comment. its not important for my runnign project ,Iam Beginer .so i would like to learn this how its work . but not mendetory . can you like to suggest me any video tutorial or documentorys

Please or to participate in this conversation.