hi, first, if you have a named route
Route::post(
'login', array(
'as' => 'front.login',
'https',
....
)
);
if a named route exists, it will look up in routes collections to produce by itself that kind of link
Fortunately, you can not change his "definition" but only his parameters as { id, name ... }, and even more if it's secured or not, besides a complete inconsistency, it could lead to somes security breachs.
regards :)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community