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
Base package for console application installer.
composer global require norman-huth/lura
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
)
lura
Use this command to get the path to your local config file:
lura config:file
lura register vendor/name
lura cache:clear
Use this template: lura-installer-template
Remove the int
return of the runLura
method.
Replace the NormanHuth\ConsoleApp
with NormanHuth\Lura
.