kiendaotac/lumen-installer

Lumen application installer.

Maintainers

Package info

github.com/kiendaotac/lumen-installer

pkg:composer/kiendaotac/lumen-installer

Statistics

Installs: 12

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0 2021-11-30 04:57 UTC

This package is auto-updated.

Last update: 2026-03-01 00:37:16 UTC


README

Build Status Total Downloads Latest Stable Version License Github

Lumen Installer is a package I create from Laravel Installer for scaffolding new Lumen application

Installation

Install Lumen installer with composer

  composer global require kiendaotac/lumen-installer

Export your path on macOS if necessary

  export PATH="$HOME/.composer/vendor/bin:$PATH"

Use

  lumen new your-project-name

Documentation

Documentation

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

Authors