mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 17:24:03 +00:00
* Make RootUrlBootstrapper run ONLY in CLI by default (add $rootUrlOverrideInTests), work with resolved UrlGenerator
* Make resolving 'url' return a pre-created generator instance instead of creating it on every app('url') call
* Take care of doubling tenant keys in TenancyUrlGenerator, add regression test for using UrlGenerator and RootUrl bootstrappers together
* Fix code style (php-cs-fixer)
* refactor RootUrlBootstrapper
* add docblock
* clarify docblock
* simplify test: use concrete values instead of overly dynamic code
* Fix bootstrapper order in test, add url('/') assertion
* Use $this->app instead of app()
* Improve TenancyUrlGenerator and RootUrlBootstrapperTest clarity
* Revert attempt to maintain compatibility between the two bootstrappers
* Delete bootstrapper combining test
* Fix code style (php-cs-fixer)
---------
Co-authored-by: lukinovec <lukinovec@gmail.com>
Co-authored-by: PHP CS Fixer <phpcsfixer@example.com>
|
||
|---|---|---|
| .. | ||
| Integrations | ||
| BroadcastChannelPrefixBootstrapper.php | ||
| BroadcastingConfigBootstrapper.php | ||
| CacheTagsBootstrapper.php | ||
| CacheTenancyBootstrapper.php | ||
| DatabaseSessionBootstrapper.php | ||
| DatabaseTenancyBootstrapper.php | ||
| FilesystemTenancyBootstrapper.php | ||
| JobBatchBootstrapper.php | ||
| MailConfigBootstrapper.php | ||
| PersistentQueueTenancyBootstrapper.php | ||
| PostgresRLSBootstrapper.php | ||
| QueueTenancyBootstrapper.php | ||
| RedisTenancyBootstrapper.php | ||
| RootUrlBootstrapper.php | ||
| UrlGeneratorBootstrapper.php | ||