A
A
Alexander2017-08-31 22:15:03
MAMP
Alexander, 2017-08-31 22:15:03

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

1 answer(s)
A
Alexander, 2017-09-02
@alexTitakoff

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;
    }

On the
index            index.html index.php;

    location / {
      try_files $uri $uri/ /index.php?q=$uri&$args;
    }

related links:
https://laravel.io/forum/05-08-2014-nginx-laravel-...
https://gist.github.com/tsolar/8d45ed05bcff8eb75404

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question