PHPackages                             ilaoniu/breeze - 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. ilaoniu/breeze

ActiveLibrary[Framework](/categories/framework)

ilaoniu/breeze
==============

Minimal Laravel scaffolding with I-UI and Tailwind.

v4.1.2(1mo ago)060MITPHPPHP ^8.2.0

Since Jul 20Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/ilaoniu/breeze)[ Packagist](https://packagist.org/packages/ilaoniu/breeze)[ RSS](/packages/ilaoniu-breeze/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (16)Versions (23)Used By (0)

1. 简介
-----

[](#1-简介)

用于快速集成 I-UI, 安装列表如下：

- [I-UI](https://ui.ilaoniu.cn)
- [Inertia 3](https://inertiajs.com/)
- [Vue 3](https://vuejs.org/)
- [Tailwind CSS 4](https://tailwindcss.com/)
- [Ziggy](https://github.com/tighten/ziggy)

2. 安装
-----

[](#2-安装)

```
composer require ilaoniu/breeze --dev

```

3. 使用
-----

[](#3-使用)

运行安装命令集成 I-UI:

```
php artisan breeze:install

```

复制 I-UI 到项目:

```
cp -r ~/code/ui/resources/js/i-ui ./resources/js/i-ui

```

本地项目测试也可使用软链接：

### Linux/macOS

[](#linuxmacos)

```
ln -s ~/code/ui/resources/js/i-ui ~/code/project-name/resources/js

```

### Windows

[](#windows)

```
mklink /J C:\Users\ilaoniu\code\project-name\resources\js\i-ui C:\Users\ilaoniu\code\i-ui\resources\js\i-ui

```

4. 注意事项
-------

[](#4-注意事项)

按需修改 Inertia 中间件，位置 `app/Http/Middleware/HandleInertiaRequests.php`:

```
.
.
.
    public function share(Request $request): array
    {
        return [
            ...parent::share($request),
            'app' => [
                'name' => config('app.name'),
                'base_url' => config('app.url'),
                'current_url' => URL::full(),
                'preferNativeScrollbar' => (bool) ! preg_match('/Windows ((NT|XP)( \d\d?.\d)?)/i', $request->userAgent()),
                'time' => now(),
            ],
            'auth' => [
                'user' => \Auth::user(),
            ],
            'flash' => [
                'success' => session('success'),
                'error' => session('error'),
            ]
        ];
    }
.
.
.

```

如果使用了 CDN，静态资源版本控制要修改为本地，否则可能不刷新：

```
.
.
.
    public function version(Request $request): ?string
    {
        if (file_exists($manifest = public_path('build/manifest.json'))) {
            return md5_file($manifest);
        }

        return null;
    }
.
.
.

```

###  Health Score

48

—

FairBetter than 95% of packages

Maintenance88

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~2 days

Total

22

Last Release

53d ago

Major Versions

v1.4.0 → v2.0.02024-10-05

v2.0.0 → v3.0.02025-01-08

v3.2.1 → v4.0.02026-03-18

PHP version history (2 changes)1.0PHP ^8.1.0

v2.0.0PHP ^8.2.0

### Community

Maintainers

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

---

Top Contributors

[![driesvints](https://avatars.githubusercontent.com/u/594614?v=4)](https://github.com/driesvints "driesvints (115 commits)")[![taylorotwell](https://avatars.githubusercontent.com/u/463230?v=4)](https://github.com/taylorotwell "taylorotwell (53 commits)")[![jessarcher](https://avatars.githubusercontent.com/u/4977161?v=4)](https://github.com/jessarcher "jessarcher (32 commits)")[![ilaoniu](https://avatars.githubusercontent.com/u/9882927?v=4)](https://github.com/ilaoniu "ilaoniu (25 commits)")[![timacdonald](https://avatars.githubusercontent.com/u/24803032?v=4)](https://github.com/timacdonald "timacdonald (10 commits)")[![nunomaduro](https://avatars.githubusercontent.com/u/5457236?v=4)](https://github.com/nunomaduro "nunomaduro (8 commits)")[![dammy001](https://avatars.githubusercontent.com/u/30652791?v=4)](https://github.com/dammy001 "dammy001 (7 commits)")[![reinink](https://avatars.githubusercontent.com/u/882133?v=4)](https://github.com/reinink "reinink (4 commits)")[![stefanzweifel](https://avatars.githubusercontent.com/u/1080923?v=4)](https://github.com/stefanzweifel "stefanzweifel (4 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (4 commits)")[![ninjaparade](https://avatars.githubusercontent.com/u/228899?v=4)](https://github.com/ninjaparade "ninjaparade (4 commits)")[![claudiodekker](https://avatars.githubusercontent.com/u/1752195?v=4)](https://github.com/claudiodekker "claudiodekker (4 commits)")[![xiCO2k](https://avatars.githubusercontent.com/u/823088?v=4)](https://github.com/xiCO2k "xiCO2k (3 commits)")[![fhferreira](https://avatars.githubusercontent.com/u/140686?v=4)](https://github.com/fhferreira "fhferreira (3 commits)")[![MohmmedAshraf](https://avatars.githubusercontent.com/u/44909285?v=4)](https://github.com/MohmmedAshraf "MohmmedAshraf (2 commits)")[![crynobone](https://avatars.githubusercontent.com/u/172966?v=4)](https://github.com/crynobone "crynobone (2 commits)")[![drewmw5](https://avatars.githubusercontent.com/u/66263013?v=4)](https://github.com/drewmw5 "drewmw5 (2 commits)")[![ErickZH](https://avatars.githubusercontent.com/u/14044588?v=4)](https://github.com/ErickZH "ErickZH (2 commits)")[![fouteox](https://avatars.githubusercontent.com/u/88294294?v=4)](https://github.com/fouteox "fouteox (2 commits)")[![geisi](https://avatars.githubusercontent.com/u/10728579?v=4)](https://github.com/geisi "geisi (2 commits)")

---

Tags

laravel

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/ilaoniu-breeze/health.svg)

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

###  Alternatives

[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M601](/packages/laravel-ui)[laravel/breeze

Minimal Laravel authentication scaffolding with Blade and Tailwind.

3.0k31.3M148](/packages/laravel-breeze)[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[laravel/sail

Docker files for running a basic Laravel application.

1.9k186.9M1.0k](/packages/laravel-sail)[laravel/jetstream

Tailwind scaffolding for the Laravel framework.

4.1k19.8M136](/packages/laravel-jetstream)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.5k25.9M107](/packages/laravel-cashier)

PHPackages © 2026

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