ideas
ideas copied to clipboard
Installing to an existing Laravel project copy and configure assets default configuration
If you installing Statamic to an existing Laravel project it would be nice if there would be a command or addition that
- adding the folder /assets to the /public folder
- adding /assets/assets.yaml to the /content folder
- and add the config
'assets' => [ 'driver' => 'local', 'root' => public_path('assets'), 'url' => '/assets', 'visibility' => 'public', 'throw' => false, 'report' => false, ],
to config/database.php.