PHPackages                             richarddobron/laravel-localized-routes - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Localization &amp; i18n](/categories/localization)
4. /
5. richarddobron/laravel-localized-routes

ActiveLibrary[Localization &amp; i18n](/categories/localization)

richarddobron/laravel-localized-routes
======================================

Laravel Package for managing localized routes in Laravel applications.

2.0.4(3mo ago)17.3k↑500%MITPHPPHP ^8.0CI passing

Since Jan 4Pushed 3mo agoCompare

[ Source](https://github.com/richardDobron/laravel-localized-routes)[ Packagist](https://packagist.org/packages/richarddobron/laravel-localized-routes)[ RSS](/packages/richarddobron-laravel-localized-routes/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (9)Dependencies (7)Versions (11)Used By (0)

 [![Laravel Localized Routes](./logo/logo.svg)](./logo/logo.svg)Laravel Package for managing localized routes in Laravel applications.

📖 Requirements
--------------

[](#-requirements)

- Laravel 7.0 or higher
- [Composer](https://getcomposer.org) is required for installation

📦 Installing
------------

[](#-installing)

Install the library using Composer:

```
$ composer require richarddobron/laravel-localized-routes
```

⚡️ Quick Start
--------------

[](#️-quick-start)

### 1. Publish the configuration

[](#1-publish-the-configuration)

```
$ php artisan vendor:publish --provider="richarddobron\LocalizedRoutes\LocalizedRouteServiceProvider" --tag="config"
```

This will create `config/localized-routes.php`.

### 2. Configure supported locales

[](#2-configure-supported-locales)

```
