first commit
This commit is contained in:
20
config/admin.php
Normal file
20
config/admin.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: Administrator
|
||||
* Date: 2018/11/12 0012
|
||||
* Time: 下午 17:46
|
||||
*/
|
||||
|
||||
return [
|
||||
'title' => '后台管理',
|
||||
|
||||
'page_limit' => [ 10, 20, 30 ],
|
||||
|
||||
'image' => [
|
||||
'ext' => 'gif, jpg, jpeg',
|
||||
'size' => 1024 * 1024
|
||||
],
|
||||
|
||||
'local_upload_path' => env('root_path') . DIRECTORY_SEPARATOR . 'upload',
|
||||
];
|
Reference in New Issue
Block a user