Not really sure why you'd want to do that, but just define a wildcard in your route like you would any other time.
Route::resource('{resource}', 'BackboneController');
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community