In Larvel 4 I\'m trying to setup nested resource controllers.
in routes.php:
Route::resour
Probably you will need to tell Composer to reload classes again, run from your command line:
composer dump-autoload
That should work.