bb6d7fbe by Jeff Balicki

new config

1 parent b1d6beab
......@@ -147,7 +147,6 @@ return [
Illuminate\Translation\TranslationServiceProvider::class,
Illuminate\Validation\ValidationServiceProvider::class,
Illuminate\View\ViewServiceProvider::class,
/*
* Application Service Providers...
......@@ -202,8 +201,6 @@ return [
'URL' => Illuminate\Support\Facades\URL::class,
'Validator' => Illuminate\Support\Facades\Validator::class,
'View' => Illuminate\Support\Facades\View::class,
],
......
File mode changed
File mode changed
File mode changed
File mode changed
File mode changed
......@@ -45,8 +45,7 @@ return [
'local' => [
'driver' => 'local',
'root' => storage_path('app/public'),
'visibility' => 'public',
'root' => storage_path('app'),
],
'public' => [
......
File mode changed
File mode changed
File mode changed
File mode changed
File mode changed