/laradock

A Docker PHP development environment for laravel

Primary LanguagePHPMIT LicenseMIT

Simple Laravel 5.4.x with reduced laradoc infrastructure

  • this laravel boilerplate just contains docker, dockercompose, nginx, mysql 5.7, php71
  • base is the well known laradoc project Full Documentation Here

prerequisites

  • linux
  • installed docker
  • installed docker-compose version 2 (>1.6)

usage

  • clone project
docker-compose-up -d
  • change to application
composer install

Basic

Your applications lives under "application" from there you can add your laravel features