ecms/db-compare

Find differences in tow databases

1.0.10 2021-01-03 23:19 UTC

This package is auto-updated.

Last update: 2024-09-29 05:56:13 UTC


README

Install the package via Composer

composer require ecms/db-compare

Install dependencies

cd vendor/ecms/db-compare && npm install && npm run dev && cd -

Publish configuration

php artisan vendor:publish --provider="Ecms\DbCompare\DbCompareServiceProvider"

Usage

  • Add database credintials to .env file
  • Run laravel server
    php artisan serve
    
  • In the browser go to
    http://127.0.0.1:8000/admin/db-compare/compare-select