norman-huth / lura2
个人Laravel应用程序安装器
dev-main
2024-09-21 11:13 UTC
Requires
- php: ^8.2
- illuminate/cache: ^11.1
- illuminate/collections: ^11.1
- illuminate/config: ^11.1
- illuminate/console: ^11.1
- illuminate/contracts: ^11.1
- illuminate/events: ^11.1
- illuminate/filesystem: ^11.1
- illuminate/http: ^11.1
- illuminate/macroable: ^11.1
- illuminate/process: ^11.1
- illuminate/support: ^11.1
- illuminate/translation: ^11.1
- illuminate/validation: ^11.1
- laravel/prompts: ^0.1
- league/flysystem: ^3.2
- norman-huth/php-library: ^0.4.2
- norman-huth/prompts: ^0.0.3
Requires (Dev)
- laravel/pint: ^1.15
This package is auto-updated.
Last update: 2024-09-21 11:14:34 UTC
README
工作进展
命令行界面工具,用于**个人**用途,以创建新的Laravel项目。
有一些想法可以自定义此工具以供您使用。但具体何时实现取决于我的时间和愿望。
可用的“功能”可以在src/Features目录中找到。
安装
如果已安装,请删除所有旧的Lura包
composer global remove norman-huth/lura norman-huth/laravel-installer norman-huth/advanced-laravel-installer norman-huth/package-init norman-huth/lura-laravel-localize
安装Lura 2
composer global require norman-huth/lura2:"@dev"
执行Lura
lura
注意
Laravel是Laravel Holdings Inc.的商标。


