Demo user is no longer capable of uploading files.

This commit is contained in:
James Cole
2016-12-27 19:34:27 +01:00
parent 6c5499e848
commit 9ff9385c47
2 changed files with 30 additions and 6 deletions

View File

@@ -73,6 +73,11 @@ return [
'driver' => 'local',
'root' => base_path('resources/seeds'),
],
'stubs' => [
'driver' => 'local',
'root' => base_path('resources/stubs'),
],
'public' => [
'driver' => 'local',
'root' => storage_path('app/public'),