- add archive disk to config\filesystems.php
- correct getPath method with public path in app\models\File.php - composer updates
This commit is contained in:
parent
6d0638e201
commit
795313d3dd
4 changed files with 12 additions and 9 deletions
|
@ -54,7 +54,11 @@ return [
|
|||
'url' => env('APP_URL').'/storage',
|
||||
'visibility' => 'public',
|
||||
],
|
||||
|
||||
'archive' => [
|
||||
'driver' => 'local',
|
||||
'root' => '/storage/app/public',
|
||||
'visibility' => 'public',
|
||||
],
|
||||
's3' => [
|
||||
'driver' => 's3',
|
||||
'key' => 'your-key',
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue