I develop a Laravel Api in local it's work, when I deploy I have a error 500
.
index.php
.With I test with postman my route https://my-domain/public/api/v1/mytest
: I have a error 500.
What did i miss ?
I resolve this problem. The version lumen in dev and prod was different. I upgraded the dev version (5.8) to be in phase with the server (8.x) and it's work !