Answer the question
In order to leave comments, you need to log in
Mamp Laravel 5.4/5.5 not found. Why can't the mump pick up the litter box?
There is a project on Laravel 5.4 on the server, latest nginx (vesta), php 7.1. All right. Routings work out.
I wanted to work locally under the seagulls. With 5.2 and php5.6 everything was fine;), no matter how I messed around with routings and symlinks.
I took it for 5.4 - it does not start locally. More precisely, welcome works, and 404 not found on other routes.
Routing does not reach. And no errors, no fig ;). No forbidden or anything like that. And even with 777 rights - it's still the same.
Already reinstalled 3 times and with both hacks and "pure" Orthodox as in the dock. With Laravel 5.5 the same shit.
Colleagues think in the same direction, what is something with ngix mampa mb rewrite?
Mamp latest version, reinstalled.
Not strong.
Guys, who solved the problem? :)
Answer the question
In order to leave comments, you need to log in
I asked myself I will answer.
Yes, my colleague and I thought in the right direction.
config in Application/mamp.app
c
location / {
index index.html index.php;
}
index index.html index.php;
location / {
try_files $uri $uri/ /index.php?q=$uri&$args;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question