Skip to content

A pre-configured Lumen app to jumpstart development

Notifications You must be signed in to change notification settings

jlaswell/lumen-usability-test

Repository files navigation

Lumen Starter Template Build Status

This Laravel Lumen starter template is intended to be forked and used for new projects.

For details on how to contribute to this repo, please check out the contributing guide.

What's Included

  • Latest version of Lumen
  • Pre-configured docker-compose.yml that uses nginx, php-fpm and PostgreSQL
  • Travis-CI integration:

Requirements

Using This Repository

  1. FORK this repo (do not clone)
  2. Reference the contributing guide for running this application locally
  3. docker exec -it $(docker ps -f name=fpm -q) php artisan clean:template to strip out example migrations, seeds, tests, etc...

FAQ

Is there a shortcut for running commands within specific containers?

Yes! Using an alias below, you can run commands in containers with dockerexc fpm php -v instead of docker exec -it $(docker ps -f name=fpm -q) php -v.

alias dockerexc='function _docker_exec(){ service=$1; shift; docker exec -it $(docker-compose ps -q ${service}) "$@" };_docker_exec'

About

A pre-configured Lumen app to jumpstart development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •