Skip to content

Instantly share code, notes, and snippets.

@RobCranfill
Created January 21, 2016 05:03
Show Gist options
  • Select an option

  • Save RobCranfill/6db7f5db6577c28101b2 to your computer and use it in GitHub Desktop.

Select an option

Save RobCranfill/6db7f5db6577c28101b2 to your computer and use it in GitHub Desktop.
One non-obvious thing to get new Laravel install to work
In /etc/apache2/apache2.conf
# change allowoverride none to all
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment