Skip to content

Commit

Permalink
Add largo storage disk
Browse files Browse the repository at this point in the history
  • Loading branch information
mzur committed Jan 8, 2025
1 parent 32a5a89 commit 7cd5e5b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/filesystems.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@
'visibility' => 'public',
],

'largo' => [
'driver' => 'local',
'root' => storage_path('app/public/largo-patches'),
'url' => env('APP_URL').'/storage/largo-patches',
'visibility' => 'public',
],

'video-thumbs' => [
'driver' => 'local',
'root' => storage_path('app/public/video-thumbs'),
Expand Down

0 comments on commit 7cd5e5b

Please sign in to comment.