Support the ongoing development of Laravel.io →
Installation
Last updated 1 year ago.
0

The framework ships with a public/.htaccess file that is used to allow URLs without index.php. If you use Apache to serve your Laravel application, be sure to enable the mod_rewrite module.

If the .htaccess file that ships with Laravel does not work with your Apache installation, try this one:

Options +FollowSymLinks
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]

if want more detailed guide Click Here

0

Thanks nicknone for your response, but it doesn't help regarding the install problem...

0

Sign in to participate in this thread!

Eventy

Your banner here too?

alvinbunk alvinbunk Joined 15 Apr 2016

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.