yangweijie/think-ignition
ignition for ThinkPHP
MIT · 最后更新 2年前
# think-ignition
ignition for ThinkPHP
## 安装
`composer require yangweijie/think-ignition`
修改 app下provider
~~~
<?php
use think\ignition\ExceptionHandle;
use app\Request;
// 容器Provider定义文件
return [
'think\Request' => Request::class,
'think\exception\Handle' => ExceptionHandle::class,
];
~~~
将 app.show_error_msg 设为 true
~~~
// 显示错误信息
'show_error_msg' => true,
~~~
推荐扩展
-
topthink/think-ai
1年前
-
topthink/think-api
1年前
-
topthink/think-dumper
Dumper extend for thinkphp
1年前 -
topthink/think-validate
think validate
1年前 -
yzh52521/think-mailer
A powerful and beautiful php mailer for All of ThinkPHP and Other PHP Frameworks based Symfony mailer
2年前