Install Laravel 5.6
This commit is contained in:
@@ -57,6 +57,11 @@ return [
|
||||
'root' => storage_path('app'),
|
||||
],
|
||||
|
||||
'database' => [
|
||||
'driver' => 'local',
|
||||
'root' => database_path('backups'),
|
||||
],
|
||||
|
||||
'public' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/public'),
|
||||
|
||||
Reference in New Issue
Block a user