Package Data | |
---|---|
Maintainer Username: | ottosmops |
Maintainer Contact: | kraenzle@k-r.ch (ak) |
Package Create Date: | 2017-04-07 |
Package Last Update: | 2021-01-29 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-22 15:03:51 |
Package Statistics | |
---|---|
Total Downloads: | 46 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
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.
Via Composer
$ composer require 'ottosmops/dbcheck:1.*'
Add Ottosmops\Dbcheck\DbcheckServiceProvider::class,
to the providers-array in config/app.php
.
php artisan db:check
The MIT License (MIT). Please see License File for more information.