Upgrade to Laravel 5.6 #165

This commit is contained in:
Nabeel Shahzad
2018-02-19 11:09:56 -06:00
parent 3d9d17d9b9
commit 1bb77e1d4b
5 changed files with 796 additions and 515 deletions

View File

@@ -17,10 +17,6 @@ return [
'locale' => env('APP_LOCALE', 'en'),
'fallback_locale' => 'en',
'log' => env('APP_LOG', 'daily'),
'log_level' => env('APP_LOG_LEVEL', 'debug'),
'log_max_files' => env('APP_LOG_MAX_FILES', 5),
# This sends install and vaCentral specific information to help with
# optimizations and figuring out where slowdowns might be happening
'analytics' => true,