kiendaotac / lumen-installer
Lumen application installer.
v1.0
2021-11-30 04:57 UTC
Requires
- php: ^7.3|^8.0
- symfony/console: ^4.0|^5.0
- symfony/process: ^4.2|^5.0
Requires (Dev)
- phpunit/phpunit: ^8.0|^9.3
This package is auto-updated.
Last update: 2024-10-29 06:19:39 UTC
README
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
Contributing
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.