← Volver a proyectos
Laravel 11 Multi Auth
The skeleton application for the Laravel framework.
#Admin / Teacher / User (Login, Register and Dashboard page)

#YouTube Video (https://www.youtube.com/watch?v=LtzPygnIqn4)
#Laravel + Tailwind Css Starter Project with Multi-Auth (Admin / Teacher and User )
- Admin login ( http://localhost:8000/admin/login )
- Teacher login and register (http://localhost:8000/teacher/login )
- User login and register page (http://localhost:8000/login )
#How to run the code
-
git clone https://github.com/ajayyadavexpo/laravel-11-multi-auth.git
-
cd laravel-11-multi-auth
-
cp .env.example
.env -
run :
composer install -
run :
php artisan key:generate -
run : `php artisan migrate:fresh
-
run :
php artisan serve -
Best of luck