#How come the installation instructions don't include the `--scaffold` option?
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
Is the scaffold option not required when installing the entire panels feature?
E.g.
composer require filament/filament:"^5.0"
php artisan filament:install --panels
I think --scaffold is for creating the Layouts files for you? When using panels, you use the layout file from the vendor folder.
Hmm ok I'll check. I thought it was required in v3, I'm new to v5