In Larvel 4 I\'m trying to setup nested resource controllers.
in routes.php:
Route::resour
Just simply use a group prefix -> admin. Using nested admin.photo will create you an wrong url like admin/{admin}/photo/{photo}, which you don't want.