项目初始化
This commit is contained in:
8
config/lang.php
Normal file
8
config/lang.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
/**
|
||||
* 多语言设置(BuildAdmin 兼容)
|
||||
*/
|
||||
return [
|
||||
'default_lang' => env('LANG_DEFAULT_LANG', 'zh-cn'),
|
||||
'allow_lang_list' => ['zh-cn', 'en'],
|
||||
];
|
||||
Reference in New Issue
Block a user