crocodic-studio/laravel-db-packer

Tool to pack the existing laravel database

Installs: 38

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 5

Open Issues: 1

pkg:composer/crocodic-studio/laravel-db-packer

v1.3 2018-11-07 06:03 UTC

This package is not auto-updated.

Last update: 2025-10-05 13:14:35 UTC


README

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

  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

php artisan packer:pack

Pack with table exception

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

Pack with table data exception

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

And you may combine two options.

How To Unpack

This command will restore tables and data

php artisan packer:unpack

Credits

Laravel Migrations Generator

https://github.com/Xethron/migrations-generator