PHPackages                             crocodic-studio/laravel-db-packer - 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. crocodic-studio/laravel-db-packer

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

crocodic-studio/laravel-db-packer
=================================

Tool to pack the existing laravel database

v1.3(7y ago)2385[1 issues](https://github.com/crocodic-studio/laravel-db-packer/issues)MITPHPPHP &gt;=5.6.0

Since Nov 2Pushed 7y ago3 watchersCompare

[ Source](https://github.com/crocodic-studio/laravel-db-packer)[ Packagist](https://packagist.org/packages/crocodic-studio/laravel-db-packer)[ RSS](/packages/crocodic-studio-laravel-db-packer/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

Laravel DB Packer Tool
======================

[](#laravel-db-packer-tool)

This tool develop to make auto migrations your all tables in database included the data.

So you can easily make a collaboration wih your team in GIT, or you can publish your project easily without any sparate database file.

How To Install
--------------

[](#how-to-install)

1. `composer require crocodic-studio/laravel-db-packer`
2. Put this `Crocodic\LaravelDBPacker\LaravelDBPackerServiceProvider::class` to /config/app.php at `Providers` section.

How To Pack
-----------

[](#how-to-pack)

`php artisan packer:pack`

Pack with table exception
-------------------------

[](#pack-with-table-exception)

`php artisan packer:pack --ignoreTable="table1,table2,table3"`

Pack with table data exception
------------------------------

[](#pack-with-table-data-exception)

`php artisan packer:pack --ignoreTableData="table1,table2,table3"`

And you may combine two options.

How To Unpack
-------------

[](#how-to-unpack)

This command will restore tables and data

`php artisan packer:unpack`

### Credits

[](#credits)

Laravel Migrations Generator

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Total

4

Last Release

2792d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6733315?v=4)[Ferry Ariawan](/maintainers/fherryfherry)[@fherryfherry](https://github.com/fherryfherry)

---

Tags

artisandatabaselaravelmigrationslaravelmigrationgeneratorartisanmigrationspackingpacker

### Embed Badge

![Health badge](/badges/crocodic-studio-laravel-db-packer/health.svg)

```
[![Health](https://phpackages.com/badges/crocodic-studio-laravel-db-packer/health.svg)](https://phpackages.com/packages/crocodic-studio-laravel-db-packer)
```

###  Alternatives

[kitloong/laravel-migrations-generator

Generates Laravel Migrations from an existing database

2.9k7.9M33](/packages/kitloong-laravel-migrations-generator)[xethron/migrations-generator

Generates Laravel Migrations from an existing database

3.3k3.3M25](/packages/xethron-migrations-generator)[oscarafdev/migrations-generator

Generates Laravel Migrations from an existing database

361591.0k](/packages/oscarafdev-migrations-generator)[daavelar/revengedb

RevengeDb provides an artisan command to make a reverse engineer of the database, generating automatically the migrations for you

193.1k](/packages/daavelar-revengedb)

PHPackages © 2026

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