Download the PHP package zaherg/lumen-starter without Composer
On this page you can find all versions of the php package zaherg/lumen-starter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download zaherg/lumen-starter
More information about zaherg/lumen-starter
Files in zaherg/lumen-starter
Package lumen-starter
Short Description This is a starter template that I've built based on Lumen Framework, with some packages installed out of the box.
License MIT
Homepage https://github.com/linuxjuggler/lumen-starter
Informations about the package lumen-starter
Lumen Starter Kit
Intro
This is a small template I've built based on Lumen framework, after I spent some time preparing for a small project. So to make my life easier later, I decided to create this template.
Installing and running the code
Requirements
Please make sure that you have installed Docker with Docker Compose.
Setup the local IP
In order to get the container up and running, you can follow these simple steps.
Add an entry 127.0.0.1 api.docker.local
to your /etc/hosts
file:
Running the image
All you have to do is to execute the command:
Docker customization:
This image comes with a ready to use Dockerfile
and docker-compose.yml
which you can either modify as you like.
The preferred way to override docker-compose.yml
values is to add a new file called docker-compose.override.yml
and change the value that you want over there, please refer to this post
from Docker documentation about extending and having multiple compose files.
Note:
Please note that this template is using Swoole Laravel package to help running your code faster, feel free to read more about Swoole.
Lumen PHP Framework
Laravel Lumen is a stunningly fast PHP micro-framework for building web applications with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Lumen attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as routing, database abstraction, queueing, and caching.
Official Documentation
Documentation for the framework can be found on the Lumen website.
Security Vulnerabilities
If you discover a security vulnerability within Lumen, please send an e-mail to Taylor Otwell at [email protected]. All security vulnerabilities will be promptly addressed.
License
The Lumen framework is open-sourced software licensed under the MIT license.
All versions of lumen-starter with dependencies
laravel/lumen-framework Version 5.7.*
swooletw/laravel-swoole Version ^2.5
vlucas/phpdotenv Version ~2.2