Skip to content

Instantly share code, notes, and snippets.

@ratiw
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ratiw/59c83f3accafd36a646f to your computer and use it in GitHub Desktop.
Save ratiw/59c83f3accafd36a646f to your computer and use it in GitHub Desktop.
Fresh Install of L5-dev
  1. Create new project
composer create-project laravel/laravel l5-view dev-develop

l5-view is the project folder name.

  1. Add new project site to nginx
serve l5-view.app /home/vagrant/Code/l5-view/public
  1. Add domain name to hosts file
127.0.0.1   l5-view.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment