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
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
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community