Skip to content

Instantly share code, notes, and snippets.

@fforres
Created June 15, 2016 21:39
Show Gist options
  • Save fforres/a8a6bff3c7a7163a5fdb9a0ab429cd34 to your computer and use it in GitHub Desktop.
Save fforres/a8a6bff3c7a7163a5fdb9a0ab429cd34 to your computer and use it in GitHub Desktop.
laravel
<VirtualHost *:80>
ServerName myapp.localhost.com
DocumentRoot "/home/vagrant/projects/myapp/public"
<Directory "/home/vagrant/projects/myapp/public">
AllowOverride all
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment