Tuesday, March 21, 2017

Laravel Blade Action to wrong URL

I am trying make a form post to the update method of a controller.

However it prints the following URL in the action="":

http://mydomain.nl/users/4

I added routes via:

Route::resource('/users', 'UserController');



via Rubentje

Advertisement