1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 12:44:02 +00:00
Automatic multi-tenancy for Laravel. No code changes needed. https://tenancyforlaravel.com
Find a file
lukinovec a1a976c863
[4.x] Make tenants:migrate default to configured schema path (#985)
* Add --schema-path to migration parameters config

* Set TenantDump's path to configured schema-path if the path doesn't get passed

* Test schema dump file creation and usage

* Fix code style (php-cs-fixer)

* hardcode default instead of reading from a config key that doesn't have to exist

Co-authored-by: PHP CS Fixer <phpcsfixer@example.com>
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
2022-10-25 18:03:04 +02:00
.github [4.x] Update commands CLI outputs (#968) 2022-10-18 19:11:57 +02:00
art Update artwork 2020-06-09 15:36:47 +02:00
assets [4.x] Make tenants:migrate default to configured schema path (#985) 2022-10-25 18:03:04 +02:00
src [4.x] Make tenants:migrate default to configured schema path (#985) 2022-10-25 18:03:04 +02:00
tests [4.x] Make tenants:migrate default to configured schema path (#985) 2022-10-25 18:03:04 +02:00
.gitattributes Rewrite cached resolver logic to allow for cache invalidation logic 2020-06-02 20:10:17 +02:00
.gitignore Completing PR #881 (#902) 2022-07-20 15:28:45 +02:00
.php-cs-fixer.php [4.x] Add command to bring the tenants up and down from maintenance and remove deprecated exception (#761) 2022-09-29 15:59:14 +02:00
composer.json [4.x] Drop tenant databases on migrate:fresh (#971) 2022-10-17 15:19:30 +02:00
CONTRIBUTING.md get phpstan errors down from 252 to 189 2022-08-30 05:44:23 +02:00
docker-compose-m1.override.yml Better M1 DX 2022-07-22 22:29:56 +02:00
docker-compose.yml add mssql health checks (#939) 2022-09-08 18:18:59 +02:00
Dockerfile misc improvements - stronger types, exception refactor 2022-08-26 21:35:17 +02:00
DONATIONS.md update md files 2020-06-08 22:42:13 +02:00
LICENSE Initial commit 2019-01-17 22:24:12 +01:00
phpstan.neon [4.x] Drop tenant databases on migrate:fresh (#971) 2022-10-17 15:19:30 +02:00
phpunit.xml fix #854 2022-10-01 17:59:33 +02:00
README.md Update README.md 2022-05-01 12:56:25 +02:00
SUPPORT.md Discord link 2022-06-13 19:16:35 +02:00
test [4.x] Migrate tests to Pest (#884) 2022-07-22 19:26:59 +02:00

Tenancy for Laravel logo

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

Tenancy for Laravel — stancl/tenancy

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

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

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

Need help?

Credits