Muetze42 / lura-installer-template

A Installer Template for Lura

Home Page:https://github.com/Muetze42/lura

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Lura2


Lura Installer Template

A Installer Template for Lura.

Development

Set up the composer.json file.

{
    "name": "vendor/my-lura-installer"
}

Don't forget to register the installer after install

lura register vendor/my-lura-installer

Installer command

Use the lura/Installer.php. No Namespace, no autoload!.

Method
runLura(mixed $command) The running command.

runLura: You have the functionality of a Laravel command except Input Expectations

Optional: Configuration

Add configuration to the config/lura-config.json

Stand With Ukraine

Woman. Life. Freedom.

About

A Installer Template for Lura

https://github.com/Muetze42/lura

License:MIT License


Languages

Language:PHP 100.0%