Support the ongoing development of Laravel.io →
posted 11 years ago
Requests

I'm currently working on a project and haven't had any issues until of recent which I don't really get, here's the error with my code.

I'm trying to make requests to impactnetwork/itinerary, impactnetwork/gallery, impactnetwork/lead

ERROR:

Symfony \ Component \ HttpKernel \ Exception \ NotFoundHttpException Controller method not found.

CODE

Route::Resource("impactnetwork","impactController");

Route::get("impactnetwork/itinerary","impactController.itinerary");

Route::get("impactnetwork/gallery","impactController@gallery");

Route::get("impactnetwork/lead","impactController@lead");

Please help, am supposed to be through with this yesterday, thanks!

Last updated 2 years ago.
0

Run "php artisan routes" and see if the routes are actually been created as you think.

Last updated 2 years 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.

© 2025 Laravel.io - All rights reserved.