Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 747 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 747 Bytes

Laravel Logo

About Multitenancy

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.

Screen Shot 2022-09-26 at 4 56 55 PM

Local setup:

  • run the following commands:
    • composer install
    • php artisan key:generate
    • php artisan migrate