PHPackages                             larashuo/laracrud - 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. larashuo/laracrud

ActivePackage[Admin Panels](/categories/admin)

larashuo/laracrud
=================

基于laravel5.5的 Crud Package

v1.0.2(8y ago)0231MITPHPPHP &gt;=7.0

Since Oct 18Pushed 8y ago1 watchersCompare

[ Source](https://github.com/bluetoothswh/laracrud)[ Packagist](https://packagist.org/packages/larashuo/laracrud)[ Docs](https://github.com/bluetoothswh/LaraCrudPro.git)[ RSS](/packages/larashuo-laracrud/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (4)Used By (0)

LaraCrud
--------

[](#laracrud)

一个基于Laravel5.5的crud操作的package

larashuo官网 《Laravel5.5入门篇视频教程》示范代码的package

 网址： [larashuo.com](https://larashuo.com)

安装
--

[](#安装)

```
//安装
composer require larashuo/laracrud

//在config/app.php $providers中添加
//LaraShuo\LaraCrud\LaraCrudServiceProvider::class,
//支持laravel5.5的安装，已经不需要在手工添加$providers数组

// publish
php artisan vendor:publish

//生成数据表
php artisan migrate

//修改下config/filesystems.php

        'local' => [
            'driver' => 'local',
            'root' => public_path('/'),
        ],
```

最后可以通过 http://domain/goods 来访问

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Total

3

Last Release

3125d ago

### Community

Maintainers

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

---

Top Contributors

[![bluetoothswh](https://avatars.githubusercontent.com/u/7559687?v=4)](https://github.com/bluetoothswh "bluetoothswh (2 commits)")

---

Tags

laravellaravel-5-packagelaravel-crudcrudlaravel5 crudlarashuo

### Embed Badge

![Health badge](/badges/larashuo-laracrud/health.svg)

```
[![Health](https://phpackages.com/badges/larashuo-laracrud/health.svg)](https://phpackages.com/packages/larashuo-laracrud)
```

###  Alternatives

[laravelrus/sleepingowl

Administrative interface builder for Laravel.

810219.6k3](/packages/laravelrus-sleepingowl)

PHPackages © 2026

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