Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Database Toolkit

logo with ants-engineers repairing a database

Latest Stable Version Total Downloads License

The package contains few Laravel console commands that validate database schema and data and report about potential issues.

Installation

You can install the package in to your Laravel app via composer:

composer require interaction-design-foundation/laravel-db-toolkit

Usage

Find invalid data created in non-strict SQL mode.

php artisan database:find-invalid-values

Find risky auto-incremental columns on databases which values are close to max possible values (article).

php artisan database:find-risky-columns

Changelog

Please see Releases for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

License

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

About

Laravel console commands that validate database schema and data and report about potential issues

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages