Skip to main content

Code Examples of spatie/laravel-multitenancy

Discover how to use Laravel's spatie/laravel-multitenancy method in real-world applications. Browse 1 examples from popular open-source projects.

1 example
This package can make a Laravel app tenant aware. The philosophy of this package is that it should only provide the bare essentials to enable multitenancy.
Read more on the official Github.

familytree365/backend

  • 89
  • Created May 2021
  • Updated Aug 2021

Files in this example

  • composer.json
    • app/Listeners/TenantAuthenticated.php
      • app/Listeners/TenantLogout.php
View full example