Error laravel en update utilizando routing
AUTOR PREGUNTA #1
Some mandatory parameters are missing ("users") to generate a URL for route "users.update".
Este es mi método update:
public function update() { return 'This is an update'; }
Gracias de antemano.
-
¿Tienes la misma pregunta? Yo también
Esto también te interesa!
PREGUNTAS SIMILARES
#3
{{ Form::open( array('action' => array('UsersController@update', $id)) ) }}