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

As the error says, your application can't find the controller method to which your route maps.

Unfortunately you haven't provided any information about the controller: class name, location, namespace, methods, how its loaded, etc. so it's not possible to see where this is going wrong. Nor do you tell use which of the route triggers the error and which, if any, work.

I've not seen the "impactController.itinerary" syntax before, but the other approaches should work provided the Controller is properly named and loaded.

You may also want to try running "php artisan routes" to see which routes your application is recognising.

Last updated 1 year ago.
0

Hi petercoles thanks for your comment, have made some adjustments to the code showing methods available in my controller. have changed "impactController.itinerary" to "impactController@itinerary".

Last updated 1 year ago.
0
Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

mrbarde mrbarde Joined 21 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.