Installation Commands
Installation Commands
Section titled “Installation Commands”Commands to install and configure Filament Tenancy.
filament-tenancy:install
Section titled “filament-tenancy:install”Installs and configures the Filament Tenancy package in your Laravel application.
php artisan filament-tenancy:installFeatures
Section titled “Features”- ✅ Automatic Filament verification and installation
- ✅ Database compatibility check (MySQL/PostgreSQL)
- ✅ Interactive database configuration wizard
- ✅ Automatic configuration file publishing
- ✅ Auto-register ServiceProvider (Laravel 10 and 11)
- ✅ Smart migration execution with retry logic
- ✅ Installation cleanup on critical errors
- ✅ Connection test after database configuration
Interactive Prompts
Section titled “Interactive Prompts”- Database configuration (host, port, user, password)
- Automatic APP_DOMAIN detection from APP_URL
- Plan seeders publishing
- Administrator user creation
- Custom 404 page publishing
Post-Installation Verification
Section titled “Post-Installation Verification”# Verify command is availablephp artisan list | grep filament-tenancy
# Verify configurationphp artisan config:show filament-tenancy