Download the PHP package yangweijie/think-ignition without Composer
On this page you can find all versions of the php package yangweijie/think-ignition. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package think-ignition
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,
All versions of think-ignition with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.0
phpoption/phpoption Version 1.9.x-dev
topthink/framework Version ^8.0
spatie/ignition Version ^1.11
vlucas/phpdotenv Version 5.6.x-dev
phpoption/phpoption Version 1.9.x-dev
topthink/framework Version ^8.0
spatie/ignition Version ^1.11
vlucas/phpdotenv Version 5.6.x-dev
The package yangweijie/think-ignition contains the following files
Loading the files please wait ....