elfsundae / lumen-starter
Lumen Starter Framework.
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Type:project
Requires
- php: >=7.0
- elfsundae/laravel-api: ~1.7
- illuminate/redis: 5.5.*
- laravel/lumen-framework: 5.5.*
- predis/predis: ~1.0
- vlucas/phpdotenv: ~2.2
Requires (Dev)
- fzaninotto/faker: ~1.4
- mockery/mockery: ~1.0
- phpunit/phpunit: ~6.0
This package is auto-updated.
Last update: 2024-10-29 04:59:18 UTC
README
❤️ 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