I think I just solved it...
Route::resource('projects.media', 'MediaController');
Route::resource('users.media', 'MediaController');
Then on my pages instead of using action, I'm using
route('projects.media.create')
route('users.media.create')
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community