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

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

laravel-admin-extensions-fixed/multi-language
=============================================

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

0.0.5(6y ago)1541MITHTMLPHP &gt;=7.0.0

Since Jul 4Pushed 6y agoCompare

[ Source](https://github.com/notwin/multi-language)[ Packagist](https://packagist.org/packages/laravel-admin-extensions-fixed/multi-language)[ Docs](https://github.com/laravel-admin-extensions/multi-language)[ RSS](/packages/laravel-admin-extensions-fixed-multi-language/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (2)Versions (6)Used By (0)

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

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

Install
-------

[](#install)

```
composer require laravel-admin-extensions-fixed/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',
        ],
    ],

```

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

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 63.6% 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 ~40 days

Total

5

Last Release

2340d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2c9f19f7e13d7dfba0b57c662f32d32d1a8eeb09e4abecbb7e5264028b1df2ff?d=identicon)[notwin](/maintainers/notwin)

---

Top Contributors

[![kevin1018](https://avatars.githubusercontent.com/u/20313390?v=4)](https://github.com/kevin1018 "kevin1018 (7 commits)")[![notwin](https://avatars.githubusercontent.com/u/811718?v=4)](https://github.com/notwin "notwin (4 commits)")

---

Tags

extensionlaravel-admin

###  Code Quality

TestsPHPUnit

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/laravel-admin-extensions-fixed-multi-language/health.svg)](https://phpackages.com/packages/laravel-admin-extensions-fixed-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)
