ElfSundae / lumen-starter by ElfSundae

Lumen Starter Framework.
7
0
2
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-03-26 03:13:08
Package Statistics
Total Downloads: 7
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 1

Lumen Starter Framework

:heart: Lumen

Installation

  • 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
    

License

The Lumen Starter Framework is open-sourced software licensed under the MIT license