In Larvel 4 I\'m trying to setup nested resource controllers.
in routes.php:
Route::resour
In actual fact you should replace the "admin/photo" with "admin.photo" for laravel to set-up a resource for photo being a sub of admin.
Check this https://tutsplus.com/lesson/nested-resources/