adamtyn/lumen-artisan-config-cache

移植Laravel的 `php artisan config:cache` [创建配置缓存文件]指令到Lumen

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

This package is auto-updated.

Last update: 2024-04-27 20:17:19 UTC


README

移植Laravel的 php artisan config:cache [创建配置缓存文件]指令到Lumen

Usage

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

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