PHPackages                             permafrost-dev/laravel-dump-schema - 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. permafrost-dev/laravel-dump-schema

ActiveLibrary

permafrost-dev/laravel-dump-schema
==================================

Implementation of database schema dumping and loading to/from file, taken from Laravel v8 PR

1.0.9(5y ago)12.3kMITPHPPHP ^7.3

Since Jun 1Pushed 5y ago1 watchersCompare

[ Source](https://github.com/permafrost-dev/laravel-dump-schema)[ Packagist](https://packagist.org/packages/permafrost-dev/laravel-dump-schema)[ RSS](/packages/permafrost-dev-laravel-dump-schema/feed)WikiDiscussions master Synced today

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

### laravel-dump-schema

[](#laravel-dump-schema)

---

This package Implements a set of `db:schema` artisan commands, used to dump the database schema to or load it from an sql file.

The basis of this code is from Laravel 8.x Pull Request [\#32275](https://github.com/laravel/framework/pull/32275), although currently only the MySQL portion has been implemented.

*Note: this code is a work in progress and should not be used in production.*

---

#### Installation

[](#installation)

You can Install this package with composer: `composer require permafrost-dev/laravel-dump-schema`

---

#### Usage

[](#usage)

You can either dump or load the database schema, avoiding the need to re-run migrations if they haven't changed:

> `php artisan db:schema:dump`

> `php artisan db:schema:load`

---

By default, these commands will use the filename `database/schema.sql` - it can be changed by specifying the `--filename` flag: `--filename=foobar.sql`.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity56

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

Recently: every ~0 days

Total

10

Last Release

2119d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/de8dcb8e8a47ddc1076a26721d1ce7b17e3066b53c4a5c5e9aa31367c1955a20?d=identicon)[permafrost-dev](/maintainers/permafrost-dev)

---

Tags

laravellaravel-migrationslaravel-package

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/permafrost-dev-laravel-dump-schema/health.svg)

```
[![Health](https://phpackages.com/badges/permafrost-dev-laravel-dump-schema/health.svg)](https://phpackages.com/packages/permafrost-dev-laravel-dump-schema)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M255](/packages/laravel-dusk)[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[laravel/jetstream

Tailwind scaffolding for the Laravel framework.

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

Get insights about your Laravel Project

1.8k1.8M7](/packages/wnx-laravel-stats)[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.2k438.5k29](/packages/tightenco-jigsaw)[illuminate/queue

The Illuminate Queue package.

20331.4M1.2k](/packages/illuminate-queue)

PHPackages © 2026

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