new config
Showing
12 changed files
with
1 additions
and
5 deletions
config/app.php
100644 → 100755
| ... | @@ -148,7 +148,6 @@ return [ | ... | @@ -148,7 +148,6 @@ return [ |
| 148 | Illuminate\Validation\ValidationServiceProvider::class, | 148 | Illuminate\Validation\ValidationServiceProvider::class, |
| 149 | Illuminate\View\ViewServiceProvider::class, | 149 | Illuminate\View\ViewServiceProvider::class, |
| 150 | 150 | ||
| 151 | |||
| 152 | /* | 151 | /* |
| 153 | * Application Service Providers... | 152 | * Application Service Providers... |
| 154 | */ | 153 | */ |
| ... | @@ -203,8 +202,6 @@ return [ | ... | @@ -203,8 +202,6 @@ return [ |
| 203 | 'Validator' => Illuminate\Support\Facades\Validator::class, | 202 | 'Validator' => Illuminate\Support\Facades\Validator::class, |
| 204 | 'View' => Illuminate\Support\Facades\View::class, | 203 | 'View' => Illuminate\Support\Facades\View::class, |
| 205 | 204 | ||
| 206 | |||
| 207 | |||
| 208 | ], | 205 | ], |
| 209 | 206 | ||
| 210 | ]; | 207 | ]; | ... | ... |
config/auth.php
100644 → 100755
File mode changed
config/broadcasting.php
100644 → 100755
File mode changed
config/cache.php
100644 → 100755
File mode changed
config/compile.php
100644 → 100755
File mode changed
config/database.php
100644 → 100755
File mode changed
config/filesystems.php
100644 → 100755
| ... | @@ -45,8 +45,7 @@ return [ | ... | @@ -45,8 +45,7 @@ return [ |
| 45 | 45 | ||
| 46 | 'local' => [ | 46 | 'local' => [ |
| 47 | 'driver' => 'local', | 47 | 'driver' => 'local', |
| 48 | 'root' => storage_path('app/public'), | 48 | 'root' => storage_path('app'), |
| 49 | 'visibility' => 'public', | ||
| 50 | ], | 49 | ], |
| 51 | 50 | ||
| 52 | 'public' => [ | 51 | 'public' => [ | ... | ... |
config/mail.php
100644 → 100755
File mode changed
config/queue.php
100644 → 100755
File mode changed
config/services.php
100644 → 100755
File mode changed
config/session.php
100644 → 100755
File mode changed
config/view.php
100644 → 100755
File mode changed
-
Please register or sign in to post a comment