PHPackages                             bluedot/laravel - 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. [Framework](/categories/framework)
4. /
5. bluedot/laravel

ActiveProject[Framework](/categories/framework)

bluedot/laravel
===============

The Laravel Framework.

2.3.8(7mo ago)0304MITPHPPHP ^8.2

Since Apr 11Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/wangcailin/bluedot-laravel)[ Packagist](https://packagist.org/packages/bluedot/laravel)[ RSS](/packages/bluedot-laravel/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (9)Versions (79)Used By (0)

[![Laravel Logo](https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg)](https://laravel.com)

[![Build Status](https://github.com/laravel/framework/workflows/tests/badge.svg)](https://github.com/laravel/framework/actions)[![Total Downloads](https://camo.githubusercontent.com/b0a7ee2f3f0208712ecb1081b9d6fcf05045c10cd6f345abcb924f5512c0d346/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c61726176656c2f6672616d65776f726b)](https://packagist.org/packages/laravel/framework)[![Latest Stable Version](https://camo.githubusercontent.com/9e6071b5dd1a4a3bcabe3cca9d97a447d030caeb940f2adbd18699bc0b326702/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c61726176656c2f6672616d65776f726b)](https://packagist.org/packages/laravel/framework)[![License](https://camo.githubusercontent.com/4a64c31c71966d152c876eea1f35e85fbd33d57ddf5754260a41f053aa72c5b2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c61726176656c2f6672616d65776f726b)](https://packagist.org/packages/laravel/framework)

About Bluedot for Laravel
-------------------------

[](#about-bluedot-for-laravel)

基于 Laravel 二次封装的脚手架，集成了 [bluedot-composer](https://gitee.com/blue-dot-cn_cailin__wang/bluedot-composer.git) 基类包来实现一些基本功能:

- 多管理员
- 多权限
- 微信 SDK
- ...

详细请查阅 [bluedot-composer](https://gitee.com/blue-dot-cn_cailin__wang/bluedot-composer.git) .

开始使用
----

[](#开始使用)

#### 1. 创建项目

[](#1-创建项目)

```
composer create-project bluedot/laravel your-project-name
```

#### 2. 更改配置

[](#2-更改配置)

.env

- 数据库连接
- 缓存
- APP\_URL
- ...

#### 3. 初始化数据

[](#3-初始化数据)

初始化数据库

```
php artisan migrate
```

填充数据

> Oauth Client，后台超管账号密码等，具体填充内容给可查看 database/seeders/DatabaseSeeder.php

```
php artisan db:seed
```

#### 4. 开始开发

[](#4-开始开发)

**开发规范（必读）**

- 所有应用都放到 app/Application 文件夹下
- Http Controller Backend 为后台 CMS API
- Http Controller Platform 为前台 API
- 原则上 Http 不承载核心业务逻辑，只做业务分发，在某些后台 CMS API 和前台 API 业务逻辑不一致的情况下在 Http 做重载处理
- 原则上遵循 **Restful API**([http://www.ruanyifeng.com/blog/2014/05/restful\_api.html](http://www.ruanyifeng.com/blog/2014/05/restful_api.html)) 规范

**启动项目**

```
php -S 0.0.0.0:8000 -t public
```

注：使用 **php artisan serve**启动会有读取不到 config()配置问题

Package Support
---------------

[](#package-support)

- **[Laravel](https://learnku.com/docs/laravel/9.x)**
- **[Passport OAuth 认证](https://learnku.com/docs/laravel/9.x/passport/12270)**
- **[jwt-auth](https://jwt-auth.readthedocs.io/en/develop/)**
- **[laravel-query-builder HTTP 查询](https://spatie.be/docs/laravel-query-builder/v5/introduction)**
- **[laravel-permission 多权限](https://spatie.be/docs/laravel-permission/v5/introduction)**
- **[EasyWeChat 微信 SDK](https://easywechat.com/6.x/)**

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance65

Regular maintenance activity

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 90% 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 ~17 days

Recently: every ~141 days

Total

77

Last Release

211d ago

Major Versions

1.3.0 → 2.0.02023-01-30

PHP version history (4 changes)1.0.0PHP ^7.3|^8.0

2.0.0PHP ^8.0.2

2.2.0PHP ^8.1

2.3.6PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/73351d3c74368303fee9377adacc21d3ef0fe0e9b73c0eb92fbfcb9208bd7ae2?d=identicon)[cailin.wang](/maintainers/cailin.wang)

![](https://www.gravatar.com/avatar/a4a9a16ab52adbef15a90113a29bfc5eb3905c09147e8c7b1da604de8bdc8241?d=identicon)[else-kang](/maintainers/else-kang)

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

---

Top Contributors

[![sangdongbo](https://avatars.githubusercontent.com/u/33682329?v=4)](https://github.com/sangdongbo "sangdongbo (9 commits)")[![else-kang](https://avatars.githubusercontent.com/u/83399101?v=4)](https://github.com/else-kang "else-kang (1 commits)")

---

Tags

frameworklaravel

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/bluedot-laravel/health.svg)

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

###  Alternatives

[hemp/presenter

Easy Model Presenters in Laravel

247592.6k1](/packages/hemp-presenter)[rahulalam31/laravel-abuse-ip

Block ip address of all spammer's around the world.

27431.5k](/packages/rahulalam31-laravel-abuse-ip)

PHPackages © 2026

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