Skip to content

Instantly share code, notes, and snippets.

@hrshadhin
Created July 20, 2018 04:39
Show Gist options
  • Save hrshadhin/13da0113656f2e1b81de304bc79434e0 to your computer and use it in GitHub Desktop.
Save hrshadhin/13da0113656f2e1b81de304bc79434e0 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
DocumentRoot "/Users/myName/Projects/laravel/public"
ServerName myLaravel.dev
<Directory "/Users/myName/Projects/laravel/public">
AllowOverride All
Options +FollowSymLinks +Indexes
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment