kiendaotac / lumen-installer by kiendaotac

Lumen application installer.
9
0
1
Package Data
Maintainer Username: kiendaotac
Maintainer Contact: kiendaotac92@gmail.com (Kiên Đạo Tặc)
Package Create Date: 2021-11-29
Package Last Update: 2021-11-30
Language: PHP
License: MIT
Last Refreshed: 2024-05-04 15:15:50
Package Statistics
Total Downloads: 9
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

Lumen installer

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