This release introduces major stability improvements and new CLI commands for tenant management.
Previous migration issues have been fixed, and the package is now more robust and reliable.
๐งฉ What's New
- ๐ง Implemented a custom core for tenant migrations (no longer depends on external package).
- ๐งพ Added new Artisan commands for managing tenants and databases.
- โ๏ธ Improved tenant database creation & migration flow.
- ๐งฐ Enhanced logging and error handling during tenant bootstrapping.
- ๐งผ General code cleanup and refactoring for better maintainability.
๐ Bug Fixes
- Fixed issue where tenant migrations ran but didnโt create tables.
(Closes #1 โ see details in the issue thread.) - Resolved minor issues in environment detection and config loading.
โก Stability
- The package is now significantly more stable for production testing.
- Improved handling of multiple tenants with concurrent migrations.
- Compatible with Laravel 12, Filament v4, and PHP 8.3.
๐งฐ Update Instructions
composer update angelitosystems/filament-tenancy
php artisan filament-tenancy:install
php artisan tenants:migrate
