Support the ongoing development of Laravel.io →
Security Requests Forms
Last updated 2 years ago.
0

Route::any('admin/productos/showbynombre', array('uses'=>'Admin_ProductosController@showbynombre')); http://laravel.com/docs/routing#named-routes

Last updated 2 years ago.
0

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...

Last updated 2 years ago.
0

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

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.