-
Notifications
You must be signed in to change notification settings - Fork 11.7k
Closed
Description
For some reason I can't get my resourceful controller back to work after updating L4. I updated both the framework through composer and development version at laravel/laravel.
I'm getting errors while doing (in a view):
URL::action('UsersController@show', array($user->id))Error:
ErrorException: Warning: array_combine(): Both parameters should have an equal number of elements in
/foo/bar/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php line 185
I also can't seem to go to admin/users/1. It gives me a NotFoundHttpException:
I have my route set up as
Route::resource('admin/users', 'UsersController');The resourceful controller was generated through artisan.
Can anyone perhaps help me out?
Metadata
Metadata
Assignees
Labels
No labels