kiendaotac/lumen-installer

Lumen application installer.

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/kiendaotac/lumen-installer

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

This package is auto-updated.

Last update: 2025-09-29 02:58:38 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