1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-06 00:34:05 +00:00
tenancy/src/Middleware
Erik Gaal 79e3d53b06
[3.x] Compatibility with Laravel 9 (#802)
* Test on Laravel 9

* Don't extend final Kernel class

* Make FilesystemTenancyBootstrapper compatible with Flysystem v3

Co-authored-by: George <jiri.zizka@funfirst.cz>

* Update tenant maintenance mode te be in line with Laravel

* Exclude PHP 7.4 <> L9 combination from testing

* add root_override-related assertions

* getPrefix -> getPathPrefix

* handle / inconsistency in s3 prefix

* Refactor Storage facade changes

Co-authored-by: George <jiri.zizka@funfirst.cz>
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
2022-03-08 01:50:25 +01:00
..
CheckTenantForMaintenanceMode.php [3.x] Compatibility with Laravel 9 (#802) 2022-03-08 01:50:25 +01:00
IdentificationMiddleware.php Apply fixes from StyleCI 2020-06-02 18:10:29 +00:00
InitializeTenancyByDomain.php Rewrite cached resolver logic to allow for cache invalidation logic 2020-06-02 20:10:17 +02:00
InitializeTenancyByDomainOrSubdomain.php Combined subdomain/domain identification 2020-05-10 19:30:01 +02:00
InitializeTenancyByPath.php Rewrite cached resolver logic to allow for cache invalidation logic 2020-06-02 20:10:17 +02:00
InitializeTenancyByRequestData.php Rewrite cached resolver logic to allow for cache invalidation logic 2020-06-02 20:10:17 +02:00
InitializeTenancyBySubdomain.php Apply fixes from StyleCI 2020-08-03 12:41:03 +00:00
PreventAccessFromCentralDomains.php Apply fixes from StyleCI 2020-05-22 09:01:31 +00:00
ScopeSessions.php Apply fixes from StyleCI 2020-05-22 09:01:31 +00:00