use this way its a way to use resource routes
Route::resource('events','EventController');
Route::resource('categories','CategoryController');
Thanks! I change that and i realice the problem was i dont update de routes in the forms xD
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community