norman-huth / lura
Fund package maintenance!
Muetze42
Ko Fi
huth.it/coffee
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
I have completely redeveloped a Lura with Laravel 11. I will now dedicate myself to this project for Commands/Lura/Installers etc:
https://github.com/Muetze42/lura2
Lura - A Console Application Installer
Base package for console application installer.
Install
composer global require norman-huth/lura
Usage
Install Installer
The package does not include an installer out of the box.
You need to install one or more installers.
Example: norman-huth/laravel-installer
Do not forget to register the Installer after installation (lura register norman-huth/laravel-installer
)
Run Lura
lura
Edit Installer Config
Use this command to get the path to your local config file:
lura config:file
Register Installed Installer
lura register vendor/name
Clear Lura Cache
lura cache:clear
Create Installer
Use this template: lura-installer-template
Upgrade 1 to 2
Remove the int
return of the runLura
method.
Upgrade 3
Replace the NormanHuth\ConsoleApp
with NormanHuth\Lura
.