Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 1.79 KB

File metadata and controls

52 lines (30 loc) · 1.79 KB

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 [email protected] - password

License

Basically, feel free to use and re-use any way you want.


More from our LaravelDaily Team