Best laravel framework open-source packages.

Updated 1 month ago

Laravel Logo

Build Status Total Downloads Latest Stable Version License

Template for multi auth with roles and permissions

In this 'template' there are two routes one for user and other for admin both with different dashboards. Herein i have user breeze package for authentication for both normal user and admin users. I have created guard for normal user and used default guard for admin users. Also made middleware for normal users and default middleware for admin users. Admin user is able to manage roles and permission with the help of stapie roles and permissions package.

For testing

  1. clone the project https://github.com/PS213073/laravel-multi-auth.git
  2. Composer Update
  3. Create new .env file
  4. php artisan migrate
  5. php artisan migrate:fresh --seed
  6. npm run dev
  7. php artisan serve

Made with love from Daniel

Tags breeze