Just add a route to that method separately, before you register the resource: ------------------------------------------------------------------------------- Route::get('foo/bar', 'FooController@bar'); Route::resource('foo', 'FooController');