Support the ongoing development of Laravel.io →
Installation Configuration Architecture
Last updated 2 years ago.
0

Why don't you just use apache?

0

You probably need to change your nginx config file to reflect that framework is located in sub-directory. Something like this:

location /L5 {
                      root   html;
                      index  index.php index.htm;

                      try_files $uri $uri/ /L5/index.php?$query_string;
          }
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Asme asme Joined 12 Apr 2015

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.