See the title ...
Route::get('/example', function() { // Run controller and method $app = app(); $controller = $app->make('ExampleController'); return $controller->callAction('index', $parameters = array()); });