Skip to content

Demo-project: multi-tenancy with ability for users to belong to several teams. Based on multi-tenancy module of QuickAdminPanel generator.

Notifications You must be signed in to change notification settings

lamrani002/Laravel-Multi-Tenancy-Multi-Team

 
 

Repository files navigation

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

Laravel Multi-tenancy screenshot 01


Assigning user to more than one team

Laravel Multi-tenancy screenshot 02


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

Laravel Multi-tenancy screenshot 03


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

Laravel Multi-tenancy screenshot 04


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

About

Demo-project: multi-tenancy with ability for users to belong to several teams. Based on multi-tenancy module of QuickAdminPanel generator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 93.3%
  • PHP 6.7%