Route::any('admin/productos/showbynombre', array('uses'=>'Admin_ProductosController@showbynombre')); http://laravel.com/docs/routing#named-routes
johnvic said:
Route::any('admin/productos/showbynombre', array('uses'=>'Admin_ProductosController@showbynombre')); http://laravel.com/docs/routing#named-routes
Dont' works :/... I tryed whit that but that doesn't work...
the problem was on my view... the route name doesn't exist, but I can activate the action ... (admin/productos/showbynombre) not (admin.prductos.showbynombre) i dont know why the route don't works
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community