Laravel 6

This commit is contained in:
shibafu
2020-05-23 23:09:55 +09:00
parent 80590888df
commit 34c4f13376
16 changed files with 719 additions and 381 deletions

View File

@@ -38,7 +38,7 @@ return [
|
*/
'debug' => env('APP_DEBUG', false),
'debug' => (bool) env('APP_DEBUG', false),
/*
|--------------------------------------------------------------------------