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!
Run "php artisan routes" and see if the routes are actually been created as you think.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community