初始上传
This commit is contained in:
11
config/upload.php
Executable file
11
config/upload.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | 应用设置
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
use think\facade\Env;
|
||||
|
||||
return [
|
||||
// 图片处理引擎
|
||||
'driver' => Env::get('upload.driver', 'gd'),// gd imagick
|
||||
];
|
||||
Reference in New Issue
Block a user