Skip to content

Dockerized Laravel Lumen Micro Framework based on PHP7-FPM and Nginx

Notifications You must be signed in to change notification settings

yamaszone/docker-lumen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized Laravel Lumen Micro Framework based on PHP7-FPM, Nginx and Postgres for rapid prototyping of microservices

Requirements

Quickstart

  1. Checkout the repository
  2. From project root run the following command
  • ./lumen up
  • Navigate to http://<host_ip_addr>:8080
    • Should see "Lumen (5.5.0) (Laravel Components 5.5.*)"!
  1. Run ./lumen help to see other convenient commands
$ ./lumen help
Usage:
         build  : Build Lumen container.
         down   : Stop Lumen and associated services (e.g. DB).
         enter  : Enter Lumen container.
         help   : Show this help.
         up     : Launch Lumen app.

About

Dockerized Laravel Lumen Micro Framework based on PHP7-FPM and Nginx

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 79.8%
  • Shell 18.3%
  • Python 1.9%