you should route the Post as well for the same link
Route::post('home/image/{img_id}', 'ImageController@index');
and change @index to the method you want
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community