vendredi 18 août 2017

How to Map new route to specific old route in Laravel?

I have following route group for admin panel

Route::prefix('admin')->group(function (){
.
.
.}

I want to wrap this route to a new route e.g asda12asda

so that old behavior :

/admin/users

is changed to :

/asda12asda/users

not allowing old route. I don't want to change it internally from the system and want to find some efficient Laravel way to achieve it.



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2wnfNk7
via IFTTT

Aucun commentaire:

Enregistrer un commentaire