chinleung/laravel-multilingual-routes
Register multilingual Laravel routes automatically from a single definition. Generates locale-prefixed URLs (optionally including default locale) and can auto-detect/set locale via middleware. Configure supported locales and keep route naming consistent across languages.
Register multilingual routes in Laravel without duplicating route definitions. Define a route once and the package generates locale-aware URIs and names based on your configured application locales, with optional default-locale prefixing and automatic locale detection via middleware.
Ideal for apps that need clean, consistent localized URLs while keeping your routes/web.php readable and maintainable.
Route::multilingual(...)home → en.home, fr.home)How can I help you explore Laravel packages today?