1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-08-06 09:34:03 +00:00
tenancy/src/Commands
Samuel Stancl f5f5a44ca7
Laravel 13.24 support (fix #1474)
- We conditionally use either $signature + specifyParameters() in the
  newer versions or just $name in the older versions. There doesn't
  appear to be a single solution that'd work in both versions, likely
  having to do with the constructor override in the trait and how the
  specifyParameters() method behaves differently in this class between
  versions
- Remove unnecessary options from the Run command (the trait adds those)
- Not directly related: make HasTenantOptions accept ...$args
- Unrelated: remove phpstan ignore in TenancyServiceProvider
2026-08-04 20:38:42 -07:00
..
ClearPendingTenants.php Improve commands CLI output (#1030) 2022-12-14 15:08:00 +01:00
CreatePendingTenants.php Pending tenants refactor (BC break) 2025-08-25 00:01:02 +02:00
CreateUserWithRLSPolicies.php Refactor DatabaseConfig, minor DB manager improvements, resolve todos 2025-10-13 16:01:34 +02:00
Down.php [4.x] Add pending tenants (modified #782) (#869) 2022-10-31 12:14:44 +01:00
Install.php install: support starring using GH CLI 2025-09-26 13:49:15 +02:00
Link.php fix phpstan errors 2024-08-06 04:35:25 +02:00
Migrate.php [4.x] Use --database in tenants:migrate as the template connection (#1386) 2025-08-25 15:57:15 +02:00
MigrateFresh.php migrate-fresh: show migration output when verbose (#1464) 2026-06-28 19:04:02 -07:00
MigrateFreshOverride.php Only delete tenants in MigrateFreshOverride if the tenants table exists (#1007) 2022-11-18 15:58:04 +01:00
PurgeImpersonationTokens.php [4.x] Clean up expired impersonation tokens instead of just aborting, add command for cleaning up expired tokens (#1387) 2025-10-28 14:14:52 +01:00
Rollback.php [4.x] General code cleanup (#1278) 2024-12-31 00:35:46 +01:00
Run.php Laravel 13.24 support (fix #1474) 2026-08-04 20:38:42 -07:00
Seed.php Laravel 13.24 support (fix #1474) 2026-08-04 20:38:42 -07:00
TenantDump.php phpstan: change InputOption syntax 2026-03-09 02:13:37 +01:00
TenantList.php fix phpstan errors 2024-08-06 04:35:25 +02:00
Tinker.php [4.x] General code cleanup (#1278) 2024-12-31 00:35:46 +01:00
Up.php [4.x] Add pending tenants (modified #782) (#869) 2022-10-31 12:14:44 +01:00