ottosmops/dbcheck

This package is abandoned and no longer maintained. No replacement package was suggested.

check database for invalid foreign keys

Installs: 47

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/ottosmops/dbcheck

v1.0.3 2017-04-10 15:27 UTC

This package is auto-updated.

Last update: 2025-09-09 00:56:56 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

This package adds a db:check command to a laravel instance, which checks for invalid foreign keys in the database (mysql). It implements this stored procedure.

Install

Via Composer

$ composer require 'ottosmops/dbcheck:1.*'

Add Ottosmops\Dbcheck\DbcheckServiceProvider::class, to the providers-array in config/app.php.

Usage

php artisan db:check 

License

The MIT License (MIT). Please see License File for more information.