ottosmops / dbcheck by ottosmops

check database for invalid foreign keys
45
0
2
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-04-18 15:01:50
Package Statistics
Total Downloads: 45
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

db:check (analyze invalid foreign keys)

Software License Packagist Downloads

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.