Skip to content

Instantly share code, notes, and snippets.

@ivanmarkovich
Created August 2, 2019 19:03
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 ivanmarkovich/bc816035161387a5ed8d536ffc055868 to your computer and use it in GitHub Desktop.
Save ivanmarkovich/bc816035161387a5ed8d536ffc055868 to your computer and use it in GitHub Desktop.
laravel install
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment