nayjest/db-diff

Database diff tool for Laravel & MySQL
3,356 8
Install
composer require nayjest/db-diff
Latest Version:v0.4.2
PHP:>=5.4.0
License:MIT
Last Updated:Feb 23, 2015
Links: GitHub  ·  Packagist
Maintainer: nayjest

db-diff

Database diff tool for Laravel & MySQL

Overview

This package allows to compare data in tables with same structure & save results to database in format convenient for further processing.

Actions

Default URL Description
/admin/diff/index Form for making diff
/admin/diff/show[id] View diff results
/admin/diff/list Archive of performad diff operations

Commands

db-diff:make

Supported options
Name Shortcut Description
table1 a Table to compare
table2 b Table to compare
fields f Fields that must be compared (without pk)

Configuration options

See vendor/nayjest/db-diff/src/config/config.php

Key Type Description
db string Database for storing diff results (your app's current db by default)
ignored_db string[] Databases that you will never use for diff operations, usually some system db's

License

© 2014 — 2015 Vitalii Stepanenko

Licensed under the MIT License.

Related Packages

danielme85/laravel-log-to-db

Custom Laravel Log channel handler that can store log events to SQL or MongoDB...

1,026,588 134
illuminated/db-profiler

Database Profiler for Laravel Web and Console Applications.

243,355 169
sedp-mis/laravel-db-commands

Laravel database commands

172 0
rolice/laravel-db-switch

Simple and light DB switcher for Laravel.

1,863 3
spatie/laravel-translation-loader

Store your language lines in the database, yaml or other sources

3,404,586 853