Skip to content

Dockerized PHP development stack: Nginx, MySQL, MongoDB, PHP-FPM, HHVM, Memcached, Redis, Elasticsearch and RabbitMQ

License

Notifications You must be signed in to change notification settings

yamaszone/laravel-lumen

 
 

Repository files navigation

PHP Laravel Lumen Micro Framework

Minimal Lumen with: Nginx and PostgreSQL

Requirements

Prerequisite: Install docker-compose on CoreOS

Use the following convenient script to do frequent operation around Lumen app.

$ sudo su -
$ curl -L https://github.com/docker/compose/releases/download/1.7.1/docker-compose-`uname -s`-`uname -m` > /opt/bin/docker-compose
$ chmod +x /opt/bin/docker-compose

Running

Use the following convenient script to do frequent operation around Lumen app.

$ ./lumen help
Usage:
         down           : Stop Lumen app.
         e, enter       : Enter Lumen container.
         example        : Send an example request to sample Lumen app.
         h, help        : Show this help.
         t, tests       : Run BATS tests for Lumen app.
         up             : Launch Lumen app.

About

Dockerized PHP development stack: Nginx, MySQL, MongoDB, PHP-FPM, HHVM, Memcached, Redis, Elasticsearch and RabbitMQ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 46.9%
  • Shell 46.8%
  • Nginx 5.0%
  • ApacheConf 1.3%