Can I use the scaffold option on a fresh Breeze application?
Reading the Filament documentation, it says I can use this command to install and scaffold on a fresh Laravel app:
php artisan filament:install --scaffold --forms
. Will this also work on a Breeze install or does it need to be a vanilla Laravel?1 Reply
I’d say try and it see whether it overwrites something. And in that case rollback via git.