Use IoC... App::make($controller)->{$action}(); Eg: App::make('HomeController')->getIndex(); and you may also give params App::make('HomeController')->getIndex($params);
Use IoC... App::make($controller)->{$action}(); Eg: App::make('HomeController')->getIndex(); and you may also give params App::make('HomeController')->getIndex($params);