2017 © Pedro Peláez
 

library dbcheck

check database for invalid foreign keys

image

ottosmops/dbcheck

check database for invalid foreign keys

  • Monday, April 10, 2017
  • by ottosmops
  • Repository
  • 1 Watchers
  • 0 Stars
  • 36 Installations
  • SQLPL
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

db:check (analyze invalid foreign keys)

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

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., (*2)

Install

Via Composer, (*3)

``` bash $ composer require 'ottosmops/dbcheck:1.*', (*4)


Add ```Ottosmops\Dbcheck\DbcheckServiceProvider::class,``` to the providers-array in ```config/app.php```. ## Usage ``` php php artisan db:check

License

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

The Versions

10/04 2017

dev-master

9999999-dev https://github.com/ottosmops/dbcheck

check database for invalid foreign keys

  Sources   Download

MIT

The Requires

 

by ak

laravel mysql ottosmops dbcheck invalid foreign keys

10/04 2017

v1.0.3

1.0.3.0 https://github.com/ottosmops/dbcheck

check database for invalid foreign keys

  Sources   Download

MIT

The Requires

 

by ak

laravel mysql ottosmops dbcheck invalid foreign keys

07/04 2017

v1.0.2

1.0.2.0 https://github.com/ottosmops/dbcheck

check database for invalid foreign keys

  Sources   Download

MIT

The Requires

 

by ak

laravel mysql ottosmops dbcheck invalid foreign keys

07/04 2017

v1.0.1

1.0.1.0 https://github.com/ottosmops/dbcheck

check database for invalid foreign keys

  Sources   Download

MIT

The Requires

 

by ak

laravel mysql ottosmops dbcheck invalid foreign keys

07/04 2017

v1.0.0

1.0.0.0 https://github.com/ottosmops/dbcheck

check database for invalid foreign keys

  Sources   Download

MIT

The Requires

 

The Development Requires

by ak

mysql ottosmops dbcheck invalid foreign keys