You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is not complete, while it does work for nginx you need a custom config with try_files $uri $uri/ /index.php?$query_string; added to the location / block in order for url rewriting to work.
So either nginx needs to be adjusted or it should be replaced with apache (same as Lumen is right now).
Also Lumen and Laravel documentation should basically be the same, they are the same framework at that level.
The text was updated successfully, but these errors were encountered:
Hello,
https://github.com/nanobox-io/nanobox-guides/blob/master/articles/php/laravel/configure-laravel.md
Is not complete, while it does work for nginx you need a custom config with
try_files $uri $uri/ /index.php?$query_string;
added to thelocation /
block in order for url rewriting to work.So either nginx needs to be adjusted or it should be replaced with apache (same as Lumen is right now).
Also Lumen and Laravel documentation should basically be the same, they are the same framework at that level.
The text was updated successfully, but these errors were encountered: