Solve your laravel problems.
I am trying make a form post to the update method of a controller.
However it prints the following URL in the action="":
action=""
http://mydomain.nl/users/4
I added routes via:
Route::resource('/users', 'UserController');