Skip to content

This is a sample structure of single-tenant database using PostgreSQL

Notifications You must be signed in to change notification settings

ormelflores/single-tenant

Repository files navigation

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

About

This is a sample structure of single-tenant database using PostgreSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages