Skip to content

archtechx/tenancy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

22dcb8b · Dec 31, 2024
Dec 31, 2024
Jun 9, 2020
Apr 14, 2024
Dec 29, 2024
Mar 12, 2024
Jun 2, 2020
Mar 12, 2024
Aug 3, 2020
Jul 19, 2022
Jun 8, 2020
May 22, 2024
Jan 17, 2019
Apr 24, 2023
Sep 29, 2022
Mar 12, 2024
Feb 16, 2023
May 22, 2024
Mar 12, 2024
Sep 17, 2024

Repository files navigation

Tenancy for Laravel logo

Laravel 10.x Latest Stable Version GitHub Actions CI status Donate

Automatic multi-tenancy for your Laravel app.

You won't have to change a thing in your application's code.

  • ✔️ No model traits to change database connection
  • ✔️ No replacing of Laravel classes (Cache, Storage, ...) with tenancy-aware classes
  • ✔️ Built-in tenant identification based on hostname (including second level domains)

Documentation can be found here: https://tenancyforlaravel.com/docs/v3/

The repository with the documentation source code can be found here: stancl/tenancy-docs.

Credits