archtechx / tenancy by stancl

Automatic multi-tenancy for your Laravel application.
2,313,919
3,383
77
Package Data
Maintainer Username: stancl
Maintainer Contact: samuel.stancl@gmail.com (Samuel Štancl)
Package Create Date: 2019-01-17
Package Last Update: 2024-04-29
Home Page: https://tenancyforlaravel.com
Language: PHP
License: MIT
Last Refreshed: 2024-05-03 15:23:51
Package Statistics
Total Downloads: 2,313,919
Monthly Downloads: 117,971
Daily Downloads: 4,656
Total Stars: 3,383
Total Watchers: 77
Total Forks: 401
Total Open Issues: 8

Automatic multi-tenancy for your Laravel app.

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

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

Documentation

Documentation can be found here: https://tenancy.samuelstancl.me/docs/v2/

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

Credits