Closed chinleung closed 4 years ago
At the current moment, if you have a route name prefix, it is applied before the locale in the name:
Route::name('prefix.')->group(function () { Route::multilingual('test'); });
prefix.en.test prefix.fr.test
en.prefix.test fr.prefix.test
At the current moment, if you have a route name prefix, it is applied before the locale in the name:
Example
Result
Expected Result