#How come the installation instructions don't include the `--scaffold` option?

3 messages · Page 1 of 1 (latest)

cobalt rampart
#

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
lime ingot
#

I think --scaffold is for creating the Layouts files for you? When using panels, you use the layout file from the vendor folder.

cobalt rampart
#

Hmm ok I'll check. I thought it was required in v3, I'm new to v5