Closed chinleung closed 4 years ago
When registering a route with a starting slash, the slash is not trimmed when loading from the translation files.
Route::multilingual('/products', 'ShowProductsController');
The above attempts to load routes./products instead of routes.products from the translations.
routes./products
routes.products
When registering a route with a starting slash, the slash is not trimmed when loading from the translation files.
The above attempts to load
routes./products
instead ofroutes.products
from the translations.