kiendaotac/lumen-installer

Lumen application installer.

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

This package is auto-updated.

Last update: 2024-04-29 04:59:46 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