Package Data | |
---|---|
Maintainer Username: | ElfSundae |
Package Create Date: | 2017-05-30 |
Package Last Update: | 2017-12-07 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-10-30 15:12:27 |
Package Statistics | |
---|---|
Total Downloads: | 7 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 1 |
:heart: Lumen
Composer way:
composer create-project elfsundae/lumen-starter:dev-master myapp
Git way, or you may want to keep the Lumen framework up to date for your app:
cd myapp
git remote add upstream git@github.com:ElfSundae/lumen-starter.git
git fetch upstream --no-tags
git merge upstream/master # --allow-unrelated-histories
The Lumen Starter Framework is open-sourced software licensed under the MIT license