Make Commands
bash
php artisan make:filamentcraft-section Testimonial
php artisan make:filamentcraft-theme Acmemake:filamentcraft-section scaffolds the section class + matching Blade view (or a Livewire class with --livewire). make:filamentcraft-theme scaffolds an AbstractTheme subclass under app/Themes/ with a minimal settingsSchema() to fill in.
Install command flags
bash
php artisan filamentcraft:install # publish config + migrations, register assets
php artisan filamentcraft:install --example # also seed a working studio Site + home template
php artisan filamentcraft:install --folio # scaffold a Folio storefront starter (Door 3)--example is idempotent — re-running prints Example site already seeded and exits cleanly.
