Turns out putting a . there breaks Laravel

pull/7/head
Toby Zerner 2015-03-29 22:27:19 +10:30
parent 0263dcc107
commit e20005bb24
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ return [
'disks' => [ 'disks' => [
'flarum.avatars' => [ 'flarum-avatars' => [
'driver' => 'local', 'driver' => 'local',
'root' => public_path('flarum/avatars') 'root' => public_path('flarum/avatars')
], ],