1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 08:24:04 +00:00
Automatic multi-tenancy for Laravel. No code changes needed. https://tenancyforlaravel.com
Find a file
Samuel Štancl 72b1b48edd
[3.x] Laravel 11 support (#1180)
* Laravel 11 support

* wip

* trigger ci

* fix ci file

* try setting charset and collation on the default mysql connection

* Set default cache driver to redis in tests

* drop and recreate id column separately in autoincrement_ids_are_supported

* set default redis client to predis in tests

* revert fail-fast

* try reverting TenantModelTest change

* migrate phpunit configuration

* add parent::tearDown() call
2024-03-12 15:04:54 +01:00
.github [3.x] Laravel 11 support (#1180) 2024-03-12 15:04:54 +01:00
art Update artwork 2020-06-09 15:36:47 +02:00
assets Typo in PHPdoc (#1106) 2023-04-27 15:40:27 +02:00
src [3.x] Laravel 11 support (#1180) 2024-03-12 15:04:54 +01:00
tests [3.x] Laravel 11 support (#1180) 2024-03-12 15:04:54 +01:00
.gitattributes Rewrite cached resolver logic to allow for cache invalidation logic 2020-06-02 20:10:17 +02:00
.gitignore [3.x] Laravel 11 support (#1180) 2024-03-12 15:04:54 +01:00
.styleci.yml risky: true 2020-08-03 14:40:54 +02:00
composer.json [3.x] Laravel 11 support (#1180) 2024-03-12 15:04:54 +01:00
CONTRIBUTING.md Add space after 'up' in 'docker-compose up-d' (#900) 2022-07-19 16:11:47 +02:00
docker-compose-m1.override.yml [3.x] L10 compatibility (#1065) 2023-02-16 17:21:06 +01:00
docker-compose.yml Improve queue tenancy 2021-12-31 18:10:03 +01:00
Dockerfile [3.x] L10 compatibility (#1065) 2023-02-16 17:21:06 +01: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
phpunit.xml [3.x] Laravel 11 support (#1180) 2024-03-12 15:04:54 +01:00
README.md update laravel version 2023-04-24 22:02:32 +02:00
SUPPORT.md update channel name 2022-09-29 16:49:12 +02:00
test [3.x] L10 compatibility (#1065) 2023-02-16 17:21:06 +01:00

Tenancy for Laravel logo

Laravel 10.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