PHPackages                             onlyoung4u/bunny-migration - 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. onlyoung4u/bunny-migration

ActiveLibrary

onlyoung4u/bunny-migration
==========================

Webman plugin onlyoung4u/bunny-migration

v1.0.0(1y ago)01MITPHPPHP &gt;=8.2

Since Dec 21Pushed 1y ago1 watchersCompare

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

READMEChangelogDependencies (5)Versions (2)Used By (0)

bunny-miration
==============

[](#bunny-miration)

迁移
--

[](#迁移)

```
# 创建迁移文件
php webman migrate:create create_users_table

# 执行迁移
php webman migrate:run
--database dev # 指定数据库连接
--force # 强制执行迁移
--pretend # 模拟执行迁移
--step # 强制把每个迁移文件会记录为单独的批次

# 回滚迁移
php webman migrate:rollback
--database dev # 指定数据库连接
--force # 强制回滚迁移
--pretend # 模拟回滚迁移
--step 2 # 每次迁移的步数，默认回滚上一次迁移
--batch 1 # 回滚指定的批次

# 重置迁移
php webman migrate:reset
--database dev # 指定数据库连接
--force # 强制重置迁移
--pretend # 模拟重置迁移

# 刷新迁移
php webman migrate:refresh
--database dev # 指定数据库连接
--force # 强制刷新迁移
--seed # 刷新迁移后执行数据填充
--seeder UserSeeder # 指定数据填充类

# 查看迁移状态
php webman migrate:status
--database dev # 指定数据库连接
```

数据填充
----

[](#数据填充)

```
# 创建数据填充文件
php webman seed:create UserSeeder

# 执行数据填充
php webman seed:run
--database dev # 指定数据库连接
--force # 强制执行数据填充
--class UserSeeder # 指定数据填充类
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance40

Moderate activity, may be stable

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Unknown

Total

1

Last Release

505d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5aaf94ab8c10e5d05592afe62ae5d2d086935adb9533e0037518c336cffb9f2a?d=identicon)[onlyoung4u](/maintainers/onlyoung4u)

---

Top Contributors

[![onlyoung4u](https://avatars.githubusercontent.com/u/15811851?v=4)](https://github.com/onlyoung4u "onlyoung4u (1 commits)")

### Embed Badge

![Health badge](/badges/onlyoung4u-bunny-migration/health.svg)

```
[![Health](https://phpackages.com/badges/onlyoung4u-bunny-migration/health.svg)](https://phpackages.com/packages/onlyoung4u-bunny-migration)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M686](/packages/barryvdh-laravel-ide-helper)[owen-it/laravel-auditing

Audit changes of your Eloquent models in Laravel

3.4k33.0M95](/packages/owen-it-laravel-auditing)[tucker-eric/eloquentfilter

An Eloquent way to filter Eloquent Models

1.8k4.8M26](/packages/tucker-eric-eloquentfilter)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M157](/packages/orchestra-canvas)[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)

PHPackages © 2026

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