1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 12:24:04 +00:00
tenancy/src
2020-05-03 04:00:59 +02:00
..
Commands Get old tests to pass 2020-05-03 04:00:34 +02:00
Contracts Use database transactions for creating users & granting permissions 2020-04-30 22:22:18 +02:00
Controllers [1.8.0] Use strict types (#115) 2019-08-23 18:18:26 +02:00
Exceptions [2.2.0] [WIP] Add functionality (#206) 2019-10-27 21:10:41 +01:00
Facades Add default value 2019-09-21 20:44:58 +02:00
Features Fix for Initialized being called as function error (#373) 2020-04-27 16:04:35 +02:00
Jobs Apply fixes from StyleCI 2020-04-30 20:22:29 +00:00
Middleware Make central route 404 in PreventAccess mw customizable 2020-04-25 01:30:27 +02:00
StorageDrivers Get old tests to pass 2020-05-03 04:00:34 +02:00
TenancyBootstrappers Initial draft 2020-04-30 20:48:15 +02:00
TenantDatabaseManagers Get old tests to pass 2020-05-03 04:00:34 +02:00
Traits Merge branch 'db-users-rewrite' of github.com:stancl/tenancy into db-users-rewrite 2020-05-03 04:00:59 +02:00
UniqueIDGenerators Replace webpatser/laravel-uuid with ramsey/uuid (#150) 2019-09-30 18:13:52 +02:00
CacheManager.php Add docblocks 2019-09-20 20:14:58 +02:00
DatabaseConfig.php Get old tests to pass 2020-05-03 04:00:34 +02:00
DatabaseManager.php Merge branch 'db-users-rewrite' of github.com:stancl/tenancy into db-users-rewrite 2020-05-03 04:00:59 +02:00
helpers.php Remove typehints passed to route() 2019-12-06 22:34:02 +01:00
routes.php Make route parameter optional, fix #240 2019-12-03 22:49:20 +01:00
TenancyServiceProvider.php Reinitialize tenancy for queued jobs if tenant id has changed (#276) 2020-02-22 13:58:30 +01:00
Tenant.php Get old tests to pass 2020-05-03 04:00:34 +02:00
TenantManager.php Apply fixes from StyleCI 2020-03-24 14:02:38 +00:00
TenantRouteServiceProvider.php Register tenant routes after other SPs are executed (#216) 2019-11-05 23:33:57 +01:00