1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 17:34:03 +00:00
tenancy/src
2023-04-25 12:33:29 +02:00
..
Actions phpstan improvements 2022-09-29 15:07:16 +02:00
Bootstrappers [4.x] Make broadcasting work with Tenancy (#1027) 2023-02-18 15:52:55 +01:00
Commands Use Schema::getAllTables() instead of the migration file names 2023-04-24 11:10:06 +02:00
Concerns remove debuggable trait, update larastan 2023-01-31 03:59:33 +01:00
Contracts fix phpstan errors (seems like it started ignoring @property annotations on interfaces and abstract classes) 2023-01-04 02:23:48 +01:00
Controllers Add identification section to config, refactor static properties 2022-10-01 20:01:18 +02:00
Database Add remember column to to the impersonation token (#1101) 2023-04-13 02:05:26 +02:00
Events [4.x] Configure attributes for synced resources when creating models (#915) 2022-11-03 17:51:29 +01:00
Exceptions exception message 2023-04-14 17:06:15 +02:00
Facades Extend GlobalCache facade from the original facade (#495) 2020-09-18 23:18:21 +02:00
Features Add remember column to to the impersonation token (#1101) 2023-04-13 02:05:26 +02:00
Jobs Fix job & test 2023-04-25 12:33:29 +02:00
Listeners disable new jobs/listeners by default, add CreateTenantStorage job 2022-12-02 19:43:20 +01:00
Middleware phpstan fixes 2022-11-29 10:31:37 +01:00
Resolvers CachedTenantResolver missing cache case crash fix. (#1005) 2023-01-18 18:46:47 +01:00
CacheManager.php general refactor, move more classes under Database namespace 2022-08-27 03:17:16 +02:00
helpers.php Fix code style (php-cs-fixer) 2022-09-29 00:47:38 +00:00
Tenancy.php resolve phpstan issues 2023-02-01 06:17:19 +01:00
TenancyBroadcastManager.php [4.x] Make broadcasting work with Tenancy (#1027) 2023-02-18 15:52:55 +01:00
TenancyServiceProvider.php Add CreatePostgresUserForTenants 2023-04-21 14:35:26 +02:00
UUIDGenerator.php phpstan, global_cache, resolver improvements, InitializationHelpers trait 2022-09-29 02:47:13 +02:00
Vite.php Add L10 support to 4.x (merge 3.x to master) (#1071) 2023-02-20 23:47:10 +01:00