Skip to content

Commit

Permalink
use public folder inside storage folder
Browse files Browse the repository at this point in the history
  • Loading branch information
markvaneijk committed Dec 30, 2022
1 parent 3b5682f commit 81c5bae
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions config/static.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/**
* Path within storage disk to save files in.
*/
'path' => public_path('static'),
'path' => storage_path('public/static'),

/**
* Configure a fallback cache driver.
Expand Down Expand Up @@ -48,12 +48,6 @@
*/
'on_termination' => false,

/**
* This setting prevents saving the same static cache file twice (with and without trailing slash) using a 302 redirect.
* Enable when you want to use trailing slashes.
*/
'use_trailing_slash' => false,

/**
* Minify HTML before saving static file.
*/
Expand Down

0 comments on commit 81c5bae

Please sign in to comment.