PHPackages                             didierdemaeyer/laravel-multiple-locales - 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. didierdemaeyer/laravel-multiple-locales

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

didierdemaeyer/laravel-multiple-locales
=======================================

Multiple Locales package for Laravel 5.2

v1.2(10y ago)82562MITPHPPHP ~5.5|~7.0

Since Feb 17Pushed 10y ago4 watchersCompare

[ Source](https://github.com/didierdemaeyer/laravel-multiple-locales)[ Packagist](https://packagist.org/packages/didierdemaeyer/laravel-multiple-locales)[ Docs](https://github.com/didierdemaeyer/laravel-multiple-locales)[ RSS](/packages/didierdemaeyer-laravel-multiple-locales/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

Laravel Multiple Locales
========================

[](#laravel-multiple-locales)

This Laravel package will make `domain.com/{locale}/your/routes` available to your website. Routes that don't need a locale prefix can be added to the `'skip_locales'` array in `config/app.php`.

Installation
------------

[](#installation)

### Step 1: Require the package

[](#step-1-require-the-package)

Require the package using composer:

```
composer require didierdemaeyer/laravel-multiple-locales "1.*"
```

### Step 2: Register the package

[](#step-2-register-the-package)

Add the package to the `'providers'` array in `config/app.php`:

```
'providers' => [
    ...
    DidierDeMaeyer\MultipleLocales\Providers\MultipleLocalesServiceProvider::class,
],
```

### Step 3: Install and setup your locales

[](#step-3-install-and-setup-your-locales)

Run `php artisan multiple-locales:install` to install the package.

Update the `locales` and `skip_locales` array with your locales in `config/app.php`:

```
'locales' => ['en' => 'English', 'nl' => 'Dutch'],
'skip_locales' => ['admin', 'api'],
```

And you're done! Happy translating!

If you want to remove the package, just run: `php artisan multiple-locales:remove` and it will remove the published code from your package and reset your `RouteServiceProvider.php`.

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~41 days

Total

3

Last Release

3704d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8789998?v=4)[Didier De Maeyer](/maintainers/didierdemaeyer)[@didierdemaeyer](https://github.com/didierdemaeyer)

---

Top Contributors

[![didierdemaeyer](https://avatars.githubusercontent.com/u/8789998?v=4)](https://github.com/didierdemaeyer "didierdemaeyer (1 commits)")

---

Tags

laravellanguageslocalesdidierdemaeyerlaravel-multiple-localesmultiple locales

### Embed Badge

![Health badge](/badges/didierdemaeyer-laravel-multiple-locales/health.svg)

```
[![Health](https://phpackages.com/badges/didierdemaeyer-laravel-multiple-locales/health.svg)](https://phpackages.com/packages/didierdemaeyer-laravel-multiple-locales)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M337](/packages/psalm-plugin-laravel)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M284](/packages/laravel-horizon)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M169](/packages/laravel-ai)[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k108.5M846](/packages/laravel-socialite)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M131](/packages/laravel-mcp)[laravel/sail

Docker files for running a basic Laravel application.

1.9k199.2M1.2k](/packages/laravel-sail)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
