1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-13 19:04:03 +00:00
tenancy/src/Bootstrappers
Samuel Štancl a41ad69023
Filesystem logic refactor, improved defaults for cache tenancy (#42)
* refactor FilesystemTenancyBootstrapper

* clean up tests and improve coverage

* minor maintenance mode changes

* Improve tenants:migrate --skip-failing logic

* make tenants:migrate output consistently formatted

* minor RootUrlBootstrapper + misc changes

* cache bootstrapper-related improvements

* Fix code style (php-cs-fixer)

* misc refactor

* Fix code style (php-cs-fixer)

* add %original_storage_path% to fs bootstrapper, improve default config for cache

* rename method

* inject concrete implementations where needed instead of abstracts

* Fix code style (php-cs-fixer)

* refactor DealsWithTenantSymlinks

* remove obsolete phpstan ignore

---------

Co-authored-by: PHP CS Fixer <phpcsfixer@example.com>
2024-04-02 04:26:10 +02:00
..
Integrations Rename bootstrappers (#40) 2024-03-28 03:18:23 +01:00
BroadcastChannelPrefixBootstrapper.php Pass BroadcastManager to override closures (#23) 2023-12-20 12:23:37 +01:00
BroadcastingConfigBootstrapper.php Add broadcasting channel prefixing bootstrapper (#12) 2023-11-06 22:09:01 +01:00
CacheTagsBootstrapper.php Rename bootstrappers (#40) 2024-03-28 03:18:23 +01:00
CacheTenancyBootstrapper.php Filesystem logic refactor, improved defaults for cache tenancy (#42) 2024-04-02 04:26:10 +02:00
DatabaseSessionBootstrapper.php Rename bootstrappers (#40) 2024-03-28 03:18:23 +01:00
DatabaseTenancyBootstrapper.php Fix #1112 - throw an exception if DATABASE_URL is set (#9) 2023-08-18 20:21:00 +02:00
FilesystemTenancyBootstrapper.php Filesystem logic refactor, improved defaults for cache tenancy (#42) 2024-04-02 04:26:10 +02:00
JobBatchBootstrapper.php Rename bootstrappers (#40) 2024-03-28 03:18:23 +01:00
MailConfigBootstrapper.php Rename bootstrappers (#40) 2024-03-28 03:18:23 +01:00
QueueTenancyBootstrapper.php Close tenant connections after jobs (#1128) 2023-08-18 07:38:07 +02:00
RedisTenancyBootstrapper.php get down to 59 phpstan errors 2022-09-29 22:20:55 +02:00
RootUrlBootstrapper.php Filesystem logic refactor, improved defaults for cache tenancy (#42) 2024-04-02 04:26:10 +02:00
UrlGeneratorBootstrapper.php Update path identification and Fortify integration-related logic (#13) 2023-11-26 21:08:41 +01:00