v0.8.0 - Fixed ResourceController.php

This commit is contained in:
frederikpyt
2020-08-12 10:44:54 +02:00
parent 511e0b783f
commit fb88bfa4c8
8 changed files with 46 additions and 52 deletions
+2 -2
View File
@@ -50,8 +50,8 @@ return [
'public' => [
'driver' => 'local',
'root' => storage_path('app/public'),
'url' => env('APP_URL').'/storage',
'root' => public_path(''),
'url' => env('APP_URL').'/public',
'visibility' => 'public',
],