ideas icon indicating copy to clipboard operation
ideas copied to clipboard

Installing to an existing Laravel project copy and configure assets default configuration

Open SDJeff opened this issue 9 months ago • 0 comments

If you installing Statamic to an existing Laravel project it would be nice if there would be a command or addition that

  1. adding the folder /assets to the /public folder
  2. adding /assets/assets.yaml to the /content folder
  3. and add the config 'assets' => [ 'driver' => 'local', 'root' => public_path('assets'), 'url' => '/assets', 'visibility' => 'public', 'throw' => false, 'report' => false, ],

to config/database.php.

SDJeff avatar Apr 05 '25 07:04 SDJeff