some more scaffolding

This commit is contained in:
Nabeel Shahzad
2017-06-08 13:54:12 -05:00
parent 106d6a6798
commit 28d3f4fec3
6 changed files with 66 additions and 21 deletions

View File

@@ -12,7 +12,7 @@ return [
| any other location as required by the application or its packages.
*/
'name' => 'My Application',
'name' => 'phpVMS',
/*
|--------------------------------------------------------------------------
@@ -38,7 +38,7 @@ return [
|
*/
'debug' => env('APP_DEBUG', false),
'debug' => env('APP_DEBUG', true),
/*
|--------------------------------------------------------------------------