feat(cms): sync site assets, revalidate webhook, and document download naming
This commit is contained in:
@@ -36,6 +36,13 @@ return [
|
||||
'throw' => false,
|
||||
],
|
||||
|
||||
// Private files remain under storage/app and are served via controller responses.
|
||||
'private' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app'),
|
||||
'throw' => false,
|
||||
],
|
||||
|
||||
'public' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/public'),
|
||||
|
||||
Reference in New Issue
Block a user