PHPackages                             fragale/migratool - 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. [Database &amp; ORM](/categories/database)
4. /
5. fragale/migratool

ActiveHelpers[Database &amp; ORM](/categories/database)

fragale/migratool
=================

Laravel migrations tools

v1.0.2(3y ago)024MITPHP

Since Feb 6Pushed 3y ago1 watchersCompare

[ Source](https://github.com/fragale/migratool)[ Packagist](https://packagist.org/packages/fragale/migratool)[ RSS](/packages/fragale-migratool/feed)WikiDiscussions main Synced yesterday

READMEChangelog (1)DependenciesVersions (9)Used By (0)

Laravel migrations Jet tools
============================

[](#laravel-migrations-jet-tools)

Migrations Jet tool is intended to be a very helpful plugin when dealing with migrations of your Laravel project. Many times it becomes a tedious job, especially in development moments when you have to test many things, launching and relaunching tables in the database can be annoying. With these tools the idea is to make the task of the developer a little easier.

Install
-------

[](#install)

```
composer require fragale/migratool
```

Use
---

[](#use)

### Migrations list

[](#migrations-list)

To see a list of the migrations that have been run in the database, execute:

```
php artisan migratool:jet --list
```

You will see a list with the following information:

- migration #id
- batch #id
- Migration file name
- Class name

### Down a migration

[](#down-a-migration)

For example, to run down migration #id 15, you can run this command:

```
php artisan migratool:jet --down=15
```

### Find a migration

[](#find-a-migration)

To find one or more migrations that match an expression, for example *user* you can run the following command:

```
php artisan migratool:jet --find=user
```

if any of the migration filenames match the expression *user* then you will see a list of all matching migrations.

### Purge (mass down)

[](#purge-mass-down)

If you want to do a massive down of one or several migrations you can use the *--purge* modifier in combination with the *--find* modifier for example:

```
php artisan migratool:jet --find=user --purge
```

You will see a detail of the migrations that will be purged from the database, if you confirm the action they will be removed and you can migrate them again using *php artisan migrate* normally

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

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

8

Last Release

1243d ago

Major Versions

v0.0.5 → v1.0.02023-02-06

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/fragale-migratool/health.svg)

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

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k117.2M118](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)[jfelder/oracledb

Oracle DB driver for Laravel

11518.4k](/packages/jfelder-oracledb)

PHPackages © 2026

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