nanobox-io / nanobox-guides

Guides for using languages and frameworks with Nanobox
https://guides.nanobox.io
MIT License
11 stars 19 forks source link

laravel issue #92

Open dubcanada opened 6 years ago

dubcanada commented 6 years ago

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 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.