Hola,
Estoy comenzando con Laravel. Estoy probando el enrutamiento a los controladores y me consigo con este problema.
Al colocar esta linea:
Route::controller('UsersController');
Me da esta falla al ejecutar el comando "php artisan route" y por supuesto tampoco me ejecuta el controlador y ninguna otra ruta.
De verdad que no que que hacer. Anexo las salidas de los errores.
Desde el Debug me da este error:
ErrorException (E_UNKNOWN)
Missing argument 2 for Illuminate\Routing\Router::controller(), called in C:\wamp\www\milaravel\bootstrap\compiled.php on line 3232 and defined
y en la linea de comando al ejecutar "php artisan route"
{"error":{"type":"ErrorException","message":"Missi ng argument 2 for Illuminate\\Routing\\Router::controller(), called in C:\wamp\\www\\milaravel\\bootstrap\\compiled.php on line 3232 and define","file":"C:\wamp\\www\\milaravel\\bootstrap \\compiled.php","line":4713}}
Si alguien puede ayudarme, Mil Gracias