PHPackages                             pyjhyssc/laravel\_lin\_cms - 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. pyjhyssc/laravel\_lin\_cms

ActiveLibrary[Admin Panels](/categories/admin)

pyjhyssc/laravel\_lin\_cms
==========================

laravel\_lin\_cms

v10.0.0(3y ago)05MITPHP

Since Mar 12Pushed 3y ago1 watchersCompare

[ Source](https://github.com/pyjhyss/laravel_lin_cms)[ Packagist](https://packagist.org/packages/pyjhyssc/laravel_lin_cms)[ RSS](/packages/pyjhyssc-laravel-lin-cms/feed)WikiDiscussions master Synced today

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

快速开始
====

[](#快速开始)

安装
--

[](#安装)

```
$ composer require pyjhyssc/laravel_lin_cms
```

使用
--

[](#使用)

- 执行以下命令初始化

```
php artisan cms:install
```

- 运行上面命令后，修改config/auth.php配置文件,在guards里追加admin配置,在providers数组里追加Admins配置

```
'guards' => [

    ...

    'admin' => [
        'driver' => 'sanctum',
        'provider' => 'admins',
        ]
    ],

...

'providers' => [

        ...

        'admins' => [
            'driver' => 'eloquent',
            'model' => \Lincms\Models\LinUser::class,
        ],
    ],

```

- 权限配置文件在config/permission,修改里面permission数组需执行`php artisan cms:init_Permission`才能生效，注意（分组权限中间表会清空，需重新关联分组权限）;要为路由设置权限只需修改url\_permission数组,格式：控制器=&gt;\[方法=&gt;权限\]，
- 例：

```
'url_permission' => [
        BookController::class => ['index' => '图书管理', 'store' => '添加图书', 'update' => '编辑图书', 'destroy' => '删除图书']
    ],
];

```

- 修改env里APP\_URL、FILESYSTEM\_DISK

```
APP_URL=http://laravel10.test
FILESYSTEM_DISK=public

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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 ~353 days

Total

2

Last Release

1221d ago

Major Versions

v1.0.0 → v10.0.02023-02-28

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/64834379?v=4)[pyjhyss](/maintainers/pyjhyss)[@pyjhyss](https://github.com/pyjhyss)

---

Top Contributors

[![pyjhyss](https://avatars.githubusercontent.com/u/64834379?v=4)](https://github.com/pyjhyss "pyjhyss (2 commits)")[![pyjhyssc](https://avatars.githubusercontent.com/u/31264873?v=4)](https://github.com/pyjhyssc "pyjhyssc (1 commits)")

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/pyjhyssc-laravel-lin-cms/health.svg)

```
[![Health](https://phpackages.com/badges/pyjhyssc-laravel-lin-cms/health.svg)](https://phpackages.com/packages/pyjhyssc-laravel-lin-cms)
```

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1235.9k20](/packages/fleetbase-core-api)[a2insights/filament-saas

Filament Saas for A2Insights

171.7k](/packages/a2insights-filament-saas)

PHPackages © 2026

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