Closed chinleung closed 3 years ago
@chinleung can you please elaborate?
@chinleung can you please elaborate?
@AbdullahFaqeir
Basically it will handle the redirections of a route in all locales. As of now, if you want to redirect a route, you'd have to manually add it like this in all locales:
Route::redirect('contact', 'support');
Route::redirect('fr/nous-joindre', 'fr/support');
So adding a redirect
method would handle that.
@chinleung
This issue to be closed.
Add support for multilingual redirections.
To generate the following routes: