Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Laravel is accessible, powerful, and provides tools required for large, robust applications.
First connect your database in .env by putting the name of the database you named
And then run "php artisan migrate"
And and then run "php artisan passport:install"
I did put postman file in this project root. "Multi-Auth.postman_collection.json" (Please set the environmental variable in postman.the variable I used are "url","passport_token","passport_token_admin". Set them in your environmental variable setting.)
I recommend testing with Postman.