PHPackages                             vreyz/smartadmin-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. vreyz/smartadmin-language

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

vreyz/smartadmin-language
=========================

MultiLangage Menu for vreyz/smartadmin-laravel

v1.0.2(5y ago)07MITBladePHP &gt;=7.0.0

Since Jan 23Pushed 5y ago1 watchersCompare

[ Source](https://github.com/vreyz/smartadmin-language)[ Packagist](https://packagist.org/packages/vreyz/smartadmin-language)[ Docs](https://github.com/vreyz/smartadmin-language)[ RSS](/packages/vreyz-smartadmin-language/feed)WikiDiscussions main Synced 6d ago

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

Laravel with SmartAdmin frontend based on Encore/laravel-admin
==============================================================

[](#laravel-with-smartadmin-frontend-based-on-encorelaravel-admin)

Must Install SmartAdmin Laravel Admin:
--------------------------------------

[](#must-install-smartadmin-laravel-admin)

First, install laravel, and make sure that the database connection settings are correct.

```
composer require vreyz/smartadmin-laravel --dev

```

### Then run these commands to publish assets and config：

[](#then-run-these-commands-to-publish-assets-and-config)

```
php artisan vendor:publish --provider="Vreyz\Admin\AdminServiceProvider"

```

After run command you can find config file in config/admin.php, in this file you can change the install directory,db connection or table names.

#### Change your inv matched with database username password and APP\_URL (APP\_URL are mandatory for local development).

[](#change-your-inv-matched-with-database-username-password-and-app_url-app_url-are-mandatory-for-local-development)

```
APP_URL=http://localhost/[your_laravel_project_name]

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=[your_database]
DB_USERNAME=[your_database_username]
DB_PASSWORD=[your_database_password]

```

#### Disable default Laravel route in `router/web.php`

[](#disable-default-laravel-route-in-routerwebphp)

```
/*
* Route::get('/', function () {
*    return view('welcome');
* });
/*

```

#### Add disk config in `config/filesystems.php`

[](#add-disk-config-in-configfilesystemsphp)

```
'disks' => [
    //add code below
        'admin' => [
            'driver' => 'local',
            'root' => public_path('uploads'),
            'url' => env('APP_URL').'/public/uploads', //must be same with upload because use one logic to store data
            'visibility' => 'public',
        ],
],

```

#### At last run following command to finish install.

[](#at-last-run-following-command-to-finish-install)

```
php artisan admin:install

```

Open [http://localhost/\[your\_laravel\_project\_name\]](http://localhost/%5Byour_laravel_project_name%5D) in browser,use username admin and password admin to login.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 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 ~2 days

Total

3

Last Release

1937d ago

### Community

Maintainers

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

---

Top Contributors

[![vreyz](https://avatars.githubusercontent.com/u/5683551?v=4)](https://github.com/vreyz "vreyz (10 commits)")

---

Tags

extensionlaravel-adminsmartadmin

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/vreyz-smartadmin-language/health.svg)

```
[![Health](https://phpackages.com/badges/vreyz-smartadmin-language/health.svg)](https://phpackages.com/packages/vreyz-smartadmin-language)
```

###  Alternatives

[laravel-admin-extensions/multi-language

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

2622.0k](/packages/laravel-admin-extensions-multi-language)[flarum-lang/french

French language pack to localize the Flarum forum software plus its official and third-party extensions.

2033.8k](/packages/flarum-lang-french)

PHPackages © 2026

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