adamtyn/lumen-artisan-config-clear

将Laravel的 `php artisan config:clear` [清除配置缓存文件]指令移植到Lumen

v1.0.1 2020-09-29 09:21 UTC

This package is auto-updated.

Last update: 2024-09-27 21:06:05 UTC


README

将Laravel的 php artisan config:clear [清除配置缓存文件]指令移植到Lumen

用法

'app/commands/kernel.php' 中注册指令:

protected $commands = [
	\AdamTyn\Lumen\Artisan\ConfigClearCommand::class
];