mardev's avatar

Route and pagination problems

Hi guys! I have som URL problems. Whenever I try to link to a route thats not in the route file I'm redirected back to '/'. I'm trying to paginate my result and when I press the next button or type in localhost:8888/result?page=2 it just redirects me. Any ideas?

0 likes
4 replies
MarcTroesken's avatar

Do you use Laravel´s paginate functions or something you wrote by yourself ?

kfirba's avatar

@mardev Show us your routes.php file, the controller and any middleware that you are using for that controller / route.

milroy's avatar

@mardev It will work if you configure a virtual host or when you host your app.

Please or to participate in this conversation.