berkayunal / Laravel-Multi-Tenancy-Multi-Team

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

Home Page:https://quickadminpanel.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://quickadminpanel.com


Languages

Language:HTML 93.3%Language:PHP 6.7%Language:Vue 0.0%