[更新] 微调

This commit is contained in:
2021-01-31 14:58:23 +08:00
parent abea4f86d5
commit 6e0d21ab06
3 changed files with 26 additions and 14 deletions

View File

@@ -13,7 +13,7 @@ return [
|
*/
'name' => env('APP_NAME', 'Laravel'),
'name' => env('APP_NAME', 'Laravel'),
/*
|--------------------------------------------------------------------------
@@ -26,7 +26,7 @@ return [
|
*/
'env' => env('APP_ENV', 'production'),
'env' => env('APP_ENV', 'production'),
/*
|--------------------------------------------------------------------------
@@ -39,7 +39,7 @@ return [
|
*/
'debug' => (bool) env('APP_DEBUG', false),
'debug' => (bool) env('APP_DEBUG', false),
/*
|--------------------------------------------------------------------------
@@ -52,9 +52,9 @@ return [
|
*/
'url' => env('APP_URL', 'http://localhost'),
'url' => env('APP_URL', 'http://localhost'),
'asset_url' => env('ASSET_URL', null),
'asset_url' => env('ASSET_URL', null),
/*
|--------------------------------------------------------------------------
@@ -67,7 +67,7 @@ return [
|
*/
'timezone' => 'PRC',
'timezone' => 'PRC',
/*
|--------------------------------------------------------------------------
@@ -80,7 +80,7 @@ return [
|
*/
'locale' => 'zh-CN',
'locale' => 'zh-CN',
/*
|--------------------------------------------------------------------------
| Application Fallback Locale
@@ -105,7 +105,7 @@ return [
|
*/
'faker_locale' => 'en_US',
'faker_locale' => 'en_US',
/*
|--------------------------------------------------------------------------
@@ -118,9 +118,9 @@ return [
|
*/
'key' => env('APP_KEY'),
'key' => env('APP_KEY'),
'cipher' => 'AES-256-CBC',
'cipher' => 'AES-256-CBC',
/*
|--------------------------------------------------------------------------
@@ -133,7 +133,7 @@ return [
|
*/
'providers' => [
'providers' => [
/*
* Laravel Framework Service Providers...
@@ -189,7 +189,7 @@ return [
|
*/
'aliases' => [
'aliases' => [
'App' => Illuminate\Support\Facades\App::class,
'Arr' => Illuminate\Support\Arr::class,
@@ -227,6 +227,7 @@ return [
'URL' => Illuminate\Support\Facades\URL::class,
'Validator' => Illuminate\Support\Facades\Validator::class,
'View' => Illuminate\Support\Facades\View::class,
'Wo' => App\Facades\Wo\Facade::class,
],