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

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

Last updated 1 year 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 1 year 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 1 year ago.
0

Sign in to participate in this thread!

Cloudways

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.

© 2023 Laravel.io - All rights reserved.