PHPackages                             pixiaoxiao/laravel-admin-multi-language - 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. pixiaoxiao/laravel-admin-multi-language

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

pixiaoxiao/laravel-admin-multi-language
=======================================

适用于laravel-admin的多语言支持扩展

1.0.0(3y ago)015MITBladePHP &gt;=7.0.0

Since Jul 13Pushed 3y ago1 watchersCompare

[ Source](https://github.com/pixiaoxiao/laravel-admin-multi-language)[ Packagist](https://packagist.org/packages/pixiaoxiao/laravel-admin-multi-language)[ Docs](https://github.com/pixiaoxiao/laravel-admin-multi-language.git)[ RSS](/packages/pixiaoxiao-laravel-admin-multi-language/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

laravel-admin Multi Language
============================

[](#laravel-admin-multi-language)

Install
-------

[](#install)

```
composer require laravel-admin-extensions/multi-language

```

Config
------

[](#config)

First, add extension config

In `config/admin.php`

```
    'extensions' => [
        'multi-language' => [
            'enable' => true,
            // the key should be same as var locale in config/app.php
            // the value is used to show
            'languages' => [
                'en' => 'English',
                'zh-CN' => '简体中文',
            ],
            // default locale
            'default' => 'zh-CN',
            // if or not show multi-language login page, optional, default is true
            'show-login-page' => true,
            // if or not show multi-language navbar, optional, default is true
            'show-navbar' => true,
            // the cookie name for the multi-language var, optional, default is 'locale'
            'cookie-name' => 'locale'
        ],
    ],

```

Then, add except route to auth

In `config/admin.php`, add `locale` to `auth.excepts`

```
    'auth' => [
        ...
        // The URIs that should be excluded from authorization.
        'excepts' => [
            'auth/login',
            'auth/logout',
            // add this line !
            'locale',
        ],
    ],

```

ScreenShots
-----------

[](#screenshots)

[![login](https://user-images.githubusercontent.com/20313390/60640921-ff109480-9e5b-11e9-8ec8-aee897a8bdcb.jpg)](https://user-images.githubusercontent.com/20313390/60640921-ff109480-9e5b-11e9-8ec8-aee897a8bdcb.jpg)[![login1](https://user-images.githubusercontent.com/20313390/60640924-0041c180-9e5c-11e9-8a2d-539d6214d069.jpg)](https://user-images.githubusercontent.com/20313390/60640924-0041c180-9e5c-11e9-8a2d-539d6214d069.jpg)[![language](https://user-images.githubusercontent.com/20313390/60640919-fc15a400-9e5b-11e9-962d-175fb2f24da1.jpg)](https://user-images.githubusercontent.com/20313390/60640919-fc15a400-9e5b-11e9-962d-175fb2f24da1.jpg)

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 77.8% 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

Unknown

Total

1

Last Release

1399d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d4bd74d7f38c16c3b59d8b447002e9b546c226f7e695c49222e79691cc92b079?d=identicon)[pixiaoxiao](/maintainers/pixiaoxiao)

---

Top Contributors

[![kevin1018](https://avatars.githubusercontent.com/u/20313390?v=4)](https://github.com/kevin1018 "kevin1018 (14 commits)")[![ktdynamic](https://avatars.githubusercontent.com/u/81272?v=4)](https://github.com/ktdynamic "ktdynamic (2 commits)")[![ame1973](https://avatars.githubusercontent.com/u/32356815?v=4)](https://github.com/ame1973 "ame1973 (1 commits)")[![koshkoshka](https://avatars.githubusercontent.com/u/5415499?v=4)](https://github.com/koshkoshka "koshkoshka (1 commits)")

---

Tags

extensionlaravel-admin

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/pixiaoxiao-laravel-admin-multi-language/health.svg)

```
[![Health](https://phpackages.com/badges/pixiaoxiao-laravel-admin-multi-language/health.svg)](https://phpackages.com/packages/pixiaoxiao-laravel-admin-multi-language)
```

###  Alternatives

[laravel-admin-extensions/multi-language

适用于laravel-admin的多语言支持扩展

2622.0k](/packages/laravel-admin-extensions-multi-language)[laravel-admin-ext/wang-editor

wangEditor extension for laravel-admin

6283.4k](/packages/laravel-admin-ext-wang-editor)

PHPackages © 2026

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