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;
}
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community