← Volver a proyectos
Laravel Multi Tenancy Multi Team
The Laravel Framework.
Laravel project to show multi-tenancy function with ability to assign one user to more than one team.
It is an extended version of module "Teams multi-tenancy" from our QuickAdminPanel Laravel generator.
#Screenshots
List of teams

Assigning user to more than one team

If you belong to multiple teams, choose the one to log in to

CRUD with showing the user/team and ability to change team (top-right)

#How to use
- Clone the repository with git clone
- Copy .env.example file to .env and edit database credentials there
- Run composer install
- Run php artisan key:generate
- Run php artisan migrate --seed (it has some seeded data for your testing)
- That's it: launch the main URL and login with default credentials admin@admin.com - password
#License
Basically, feel free to use and re-use any way you want.
#More from our LaravelDaily Team
- Check out our adminpanel generator QuickAdminPanel
- Read our Blog with Laravel Tutorials
- Subscribe to our newsletter with 20+ Laravel links every Thursday
- Subscribe to our YouTube channel Laravel Business
- Enroll in our Laravel Online Courses