PHPackages                             lsshu/laravel-admin-wxcode-login-ext - 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. [Admin Panels](/categories/admin)
4. /
5. lsshu/laravel-admin-wxcode-login-ext

ActiveLibrary[Admin Panels](/categories/admin)

lsshu/laravel-admin-wxcode-login-ext
====================================

laravel-admin微信扫码录

v2.0.0(6y ago)4411[1 issues](https://github.com/lsshu/laravel-admin-wxcode-login-ext/issues)MITPHPPHP &gt;=7.0.0

Since Aug 29Pushed 6y ago1 watchersCompare

[ Source](https://github.com/lsshu/laravel-admin-wxcode-login-ext)[ Packagist](https://packagist.org/packages/lsshu/laravel-admin-wxcode-login-ext)[ Docs](https://github.com/lsshu/laravel-admin-wxcode-login-ext)[ RSS](/packages/lsshu-laravel-admin-wxcode-login-ext/feed)WikiDiscussions master Synced today

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

 laravel-admin-wxcode-login-ext
================================

[](#-laravel-admin-wxcode-login-ext-)

 laravel-admin微信扫码录.

安装
--

[](#安装)

```
$ composer require lsshu/laravel-admin-wxcode-login-ext
```

### 发布资源

[](#发布资源)

```
$ php artisan vendor:publish --provider="Lsshu\LaravelAdminWxcodeLoginExt\ServiceProvider"
```

### 数据迁移

[](#数据迁移)

```
$ php artisan migrate
```

### 修改配置

[](#修改配置)

打开文件 `config/admin.php`

```
'auth' => [
    // 如果配置文件config/code_login.php `route.options.prefix` 配置了，请在下面设置相应值
    'redirect_to' => 'code_login', // {prefix}/code_login
],

'account'=>[
    'appId'=>env(strtoupper(substr(basename(__FILE__),0,strrpos(basename(__FILE__),'.'))).'_ACCOUNT_APPID',''),
    'appSecret'=>env(strtoupper(substr(basename(__FILE__),0,strrpos(basename(__FILE__),'.'))).'_ACCOUNT_APPSECRET',''),
], // 微信公众号配置
```

打开文件 `.env` 添加相应微信公众号配置

```
ADMIN_ACCOUNT_APPID=
ADMIN_ACCOUNT_APPSECRET=
```

\###特别注意

**安装完成后，管理员可能需要手动将用户表（如：admin\_user）的“wechat\_user\_info\_id”字段修改为“1”**

Contributing
------------

[](#contributing)

You can contribute in one of three ways:

1. File bug reports using the [issue tracker](https://github.com/lsshu/laravel-admin-wxcode-login-ext/issues).
2. Answer questions or fix bugs on the [issue tracker](https://github.com/lsshu/laravel-admin-wxcode-login-ext/issues).
3. Contribute new features or update the wiki.

*The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.*

License
-------

[](#license)

MIT

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

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

Total

4

Last Release

2257d ago

Major Versions

v1.0.2 → v2.0.02020-03-07

### Community

Maintainers

![](https://www.gravatar.com/avatar/0d845e94ab10817ebe026ff86cbb997ad2220789fba01ee11a041f5759976368?d=identicon)[lsshu](/maintainers/lsshu)

---

Top Contributors

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

---

Tags

laraveladminwechatlaravel-adminlsshu

### Embed Badge

![Health badge](/badges/lsshu-laravel-admin-wxcode-login-ext/health.svg)

```
[![Health](https://phpackages.com/badges/lsshu-laravel-admin-wxcode-login-ext/health.svg)](https://phpackages.com/packages/lsshu-laravel-admin-wxcode-login-ext)
```

###  Alternatives

[appzcoder/laravel-admin

Laravel Admin Panel

747106.3k](/packages/appzcoder-laravel-admin)[lokielse/laravel-admin-generator

An Admin Panel Generator for Laravel 5

712.0k](/packages/lokielse-laravel-admin-generator)[printnow/laravel-admin

Dcat admin 永久分叉版 / 支持 Laravel 12, PHP 版本限制 &gt;= 8.1（支持 PHP 8.4）

432.0k](/packages/printnow-laravel-admin)[larasnap/laravel-admin

Laravel Admin Panel

221.4k](/packages/larasnap-laravel-admin)

PHPackages © 2026

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