laravel framework upgrade from version 8 to 9 (#7)
* laravel framework upgrade from version 8 to 9
This commit is contained in:
@@ -8,12 +8,14 @@ return [
|
||||
'local' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app'),
|
||||
'throw' => false,
|
||||
],
|
||||
'public' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/public'),
|
||||
'url' => env('APP_URL').'/storage',
|
||||
'visibility' => 'public',
|
||||
'throw' => false,
|
||||
],
|
||||
],
|
||||
|
||||
|
Reference in New Issue
Block a user