PHPackages                             akarinliu/chunkstack - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. akarinliu/chunkstack

ActiveProject[Utility &amp; Helpers](/categories/utility)

akarinliu/chunkstack
====================

A Laravel navigation site for managing and organizing links.

v1.2.1(2mo ago)01MITBladePHP ^8.2CI failing

Since Feb 4Pushed 2mo agoCompare

[ Source](https://github.com/AkarinLiu/chunkstack)[ Packagist](https://packagist.org/packages/akarinliu/chunkstack)[ Docs](https://github.com/AkarinLiu/chunkstack.git)[ RSS](/packages/akarinliu-chunkstack/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (47)Versions (13)Used By (0)

ChunkStack
==========

[](#chunkstack)

Laravel 12 导航网站项目。

技术栈
---

[](#技术栈)

- **PHP 8.2+**
- **Laravel 13**
- **Pest** 测试框架
- **Laravel Pint** 代码格式化
- **Vite + Tailwind** 前端构建

快速开始
----

[](#快速开始)

### 环境要求

[](#环境要求)

- PHP 8.2+
- Composer
- Node.js &amp; npm
- SQLite / MySQL / PostgreSQL

### 安装

[](#安装)

```
# 安装 PHP 依赖
composer install

# 生成密钥
php artisan key:generate

# 运行迁移
php artisan migrate

# 升级项目
php artisan upgrade
```

### 开发

[](#开发)

```
# 同时启动服务器、队列和 Vite
composer run dev

# 或分别启动
php artisan serve
npm run dev
php artisan queue:listen --tries=1
```

测试
--

[](#测试)

```
# 运行所有测试
composer test
php artisan test

# 紧凑输出
php artisan test --compact

# 运行单个测试
php artisan test --filter=TestName
```

代码质量
----

[](#代码质量)

```
# 格式化 PHP 代码
vendor/bin/pint --dirty
```

项目结构
----

[](#项目结构)

```
app/
├── Console/Commands/     # 命令
├── Http/
│   ├── Controllers/      # 控制器
│   └── Middleware/      # 中间件
├── Models/              # 数据模型
└── Providers/           # 服务提供者

routes/
├── web.php             # Web 路由
└── console.php         # 控制台路由

tests/
├── Feature/            # 功能测试
└── Unit/               # 单元测试

```

许可证
---

[](#许可证)

MIT

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance86

Actively maintained with recent releases

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

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

Recently: every ~26 days

Total

11

Last Release

74d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/58081491?v=4)[阿卡林刘](/maintainers/AkarinLiu)[@AkarinLiu](https://github.com/AkarinLiu)

---

Top Contributors

[![AkarinLiu](https://avatars.githubusercontent.com/u/58081491?v=4)](https://github.com/AkarinLiu "AkarinLiu (18 commits)")

---

Tags

aigeneratedlaravelvibecodingwebstacklaravelbookmarknavigationlinkschunkstack

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/akarinliu-chunkstack/health.svg)

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.9k3.8M1.2k](/packages/statamic-cms)[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

24.3k69.5k](/packages/grumpydictator-firefly-iii)[bagisto/bagisto

Bagisto Laravel E-Commerce

28.0k175.2k9](/packages/bagisto-bagisto)[unopim/unopim

UnoPim Laravel PIM

10.8k2.5k](/packages/unopim-unopim)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3915.5k](/packages/rawilk-profile-filament-plugin)[typicms/base

A modular multilingual CMS built with Laravel, enabling developers to manage structured content like pages, news, events, and more.

1.6k20.4k](/packages/typicms-base)

PHPackages © 2026

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