✓ System Running
Web UI: /t/{tenant_code}/invoices
/t/{tenant_code}/invoices
Example: /t/test/invoices
API: /api/t/{tenant_code}
/api/t/{tenant_code}
Health: /api/health
/api/health
php artisan tinker
\App\Models\Tenant::create(['name' => 'Test Company', 'code' => 'test', 'is_active' => true]);