ottosmops / dbcheck
check database for invalid foreign keys
v1.0.3
2017-04-10 15:27 UTC
Requires
- php: ~5.6|~7.0
- illuminate/support: ~5.1
This package is auto-updated.
Last update: 2024-10-29 04:53:15 UTC
README
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.