norman-huth / lura
此包已被 废弃,不再维护。未建议替代包。
3.2.2
2024-03-11 18:11 UTC
Requires
- php: ^8.0
- ext-curl: *
- illuminate/cache: ^9.43|^10.0|^11.0
- illuminate/config: ^9.43|^10.0|^11.0
- illuminate/console: ^9.0|^10.0|^11.0
- illuminate/events: ^9.0|^10.0|^11.0
- illuminate/filesystem: ^9.43|^10.0|^11.0
- league/flysystem: ^3.11
- norman-huth/helpers-collection-php: ^1.3
README
我已完全重新开发了基于 Laravel 11 的 Lura。我现在将致力于此项目的 Commands/Lura/Installers 等
https://github.com/Muetze42/lura2
Lura - 控制台应用程序安装器
控制台应用程序安装器的基包。
安装
composer global require norman-huth/lura
用法
安装安装器
此包默认不包含安装器。
您需要安装一个或多个安装器。
示例: norman-huth/laravel-installer
安装后,不要忘记注册安装器(lura register norman-huth/laravel-installer
)
运行 Lura
lura
编辑安装器配置
使用此命令获取本地配置文件路径
lura config:file
注册已安装的安装器
lura register vendor/name
清除 Lura 缓存
lura cache:clear
创建安装器
使用此模板: lura-installer-template
从 1 升级到 2
移除 runLura
方法的 int
返回值。
升级 3
将 NormanHuth\ConsoleApp
替换为 NormanHuth\Lura
。