Laravel 5 with Dockerized PHP-FPM, MySQL and nginx using docker-compose
docker-compose run --rm phpnginx curl -O https://getcomposer.org/installer
docker-compose run --rm phpnginx php installer
docker-compose run --rm phpnginx php composer.phar create-project laravel/laravel src --prefer-dist