Skip to content

Commit

Permalink
add s3
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiritin committed Sep 17, 2024
1 parent 948744b commit a8b5efd
Show file tree
Hide file tree
Showing 4 changed files with 277 additions and 3 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"laravel/sanctum": "v4.0",
"laravel/socialite": "^5.11",
"laravel/tinker": "^2.8",
"league/flysystem-aws-s3-v3": "^3.0",
"sentry/sentry-laravel": "^4.8",
"tightenco/ziggy": "^2.0"
},
Expand Down
275 changes: 274 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/filament.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
|
*/

'default_filesystem_disk' => env('FILAMENT_FILESYSTEM_DISK', 'public'),
'default_filesystem_disk' => env('FILAMENT_FILESYSTEM_DISK', 's3'),

/*
|--------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion config/filesystems.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
|
*/

'default' => env('FILESYSTEM_DISK', 'local'),
'default' => env('FILESYSTEM_DISK', 's3'),

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit a8b5efd

Please sign in to comment.