Please forgive me if my question is too generic but I am at my wits end. I have a users table with a level field as shown given below: $table->unsignedSmallInteger(‘level’)->after(‘password’); I want to redirect the user to different dashboards based on the value of the level field. For example for level 0 user admindashboard for level 1 user userdashboard I
Tag: laravel-breeze
laravel breeze Multi Auth – Admin Guard with two diffirent registration
I’m using laravel breeze as auth scaffolding package.I want to create Multiple Authentication using laravel guards for two different registration form for two User Types (Admin, User). The Main Idea of what I want to achieve : I have two tables in the database one for admins and another for users what I want to achieve is if the admins