john-needham / laravel-setup

Build a running laravel setup with some simple docker containers running

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build a dev env for a Laravel project

Grab the setup script, put somewhere on your $PATH.

wget -P ~/bin "https://raw.githubusercontent.com/john-needham/laravel-setup/master/setup"
chmod +x ~/bin/setup

Execute, it'll request password to configure the hostfile:

$ setup name

Browse to http://name.local

About

Build a running laravel setup with some simple docker containers running


Languages

Language:Shell 66.0%Language:Makefile 21.2%Language:Dockerfile 12.8%