Multitenancy is a reference to the mode of operation of software where multiple independent instances of one or multiple applications operate in a shared environment. The instances (tenants) are logically isolated, but physically integrated.
Local setup:
- run the following commands:
- composer install
- php artisan key:generate
- php artisan migrate