Support the ongoing development of Laravel.io →
posted 3 years ago
Laravel
Last updated 1 year ago.
0

are you using Nginx or apache?

If you are using Nginx you need to set the location as following location / { try_files $uri $uri/ /index.php?$query_string; }

Follow this tutorial for more steps on how you can host with Nginx lemp stack hosting

Last updated 3 years ago.
0

I believe it's apache. Simple webhosting.

I fixed the problem now. I had a custom middleware for authorization - this i removed now und get my route param with: $request->route()->parameter('id')

jinas123 liked this reply

1

Sign in to participate in this thread!

Eventy

Your banner here too?

rniederer rniederer Joined 14 May 2020

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.