Download the PHP package crocodic-studio/laravel-db-packer without Composer
On this page you can find all versions of the php package crocodic-studio/laravel-db-packer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download crocodic-studio/laravel-db-packer
More information about crocodic-studio/laravel-db-packer
Files in crocodic-studio/laravel-db-packer
Download crocodic-studio/laravel-db-packer
More information about crocodic-studio/laravel-db-packer
Files in crocodic-studio/laravel-db-packer
Vendor crocodic-studio
Package laravel-db-packer
Short Description Tool to pack the existing laravel database
License MIT
Package laravel-db-packer
Short Description Tool to pack the existing laravel database
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-db-packer
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
composer require crocodic-studio/laravel-db-packer
- Put this
Crocodic\LaravelDBPacker\LaravelDBPackerServiceProvider::class
to /config/app.php atProviders
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
All versions of laravel-db-packer with dependencies
PHP Build Version
Package Version
The package crocodic-studio/laravel-db-packer contains the following files
Loading the files please wait ....