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

ActiveLibrary

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 1mo ago

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 27% 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

1169d ago

Major Versions

v1.0.0 → v10.0.02023-02-28

### Community

Maintainers

![](https://www.gravatar.com/avatar/1ad9ed650f2ed75877f90cb955216e77572775188ef36916316e4bc0e233d97b?d=identicon)[pyjhyss](/maintainers/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

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[hasinhayder/tyro

Tyro - The ultimate Authentication, Authorization, and Role &amp; Privilege Management solution for Laravel 12 &amp; 13

6712.1k2](/packages/hasinhayder-tyro)[laravel-enso/core

Main requirement &amp; dependency aggregator for Laravel Enso

3463.6k138](/packages/laravel-enso-core)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1225.0k10](/packages/fleetbase-core-api)

PHPackages © 2026

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