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

I think you need to namespace you controller or rename list to something else, sounds like a conflict to me. try changing to "lista" or something, to test it out...

Last updated 1 year ago.
0

Can you show the controller method that handles the request.

Last updated 1 year ago.
0

I've tried changing the route from people/list to people/all, but it still only works for the people/ route. If the conflict was in the controller, I'd expect none of the routes in the group to work, but everything else works correctly (both in that route group and in the controller). Using Sharma Profiler, I don't get a WSOD but rather a white screen plus the debug bar, so nothing is throwing a fatal error. Using Log, I can see that the controller class is created (__construct() executes). For whatever reason, the browse() method is only executed when the route is people/.

@mcraz, The controller method has nothing but returning Response::make() in it. The problem is that the method is not executed except for Route::get('/').

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

impleri impleri Joined 24 Mar 2014

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.