1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-13 18:04:03 +00:00
tenancy/src/Bootstrappers
Samuel Štancl 5849089373
Add SessionTenancyBootstrapper (#2)
* Add SessionTenancyBootstrapper

* Fix code style (php-cs-fixer)

* add value to bootstrappers config

* tenant aware call test

* reproduce issue in tests

* fix logic for calling tenant run from central context, finish tests

* change laravel version back

* bump laravel to ^9.38

* add listener to create tenant DBs

Co-authored-by: PHP CS Fixer <phpcsfixer@example.com>
Co-authored-by: Abrar Ahmad <abrar.dev99@gmail.com>
2022-11-20 02:32:25 +01:00
..
Integrations Fix code style (php-cs-fixer) 2022-09-29 20:21:29 +00:00
BatchTenancyBootstrapper.php get down to 59 phpstan errors 2022-09-29 22:20:55 +02:00
CacheTenancyBootstrapper.php Fix code style (php-cs-fixer) 2022-09-29 20:21:29 +00:00
DatabaseTenancyBootstrapper.php get down to 59 phpstan errors 2022-09-29 22:20:55 +02:00
FilesystemTenancyBootstrapper.php fix phpstan issues in FilesystemTenancyBootstrapper 2022-09-30 00:11:47 +02:00
QueueTenancyBootstrapper.php get down to 21 phpstan errors 2022-09-29 23:39:35 +02:00
RedisTenancyBootstrapper.php get down to 59 phpstan errors 2022-09-29 22:20:55 +02:00
SessionTenancyBootstrapper.php Add SessionTenancyBootstrapper (#2) 2022-11-20 02:32:25 +01:00