Skip to content

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

License

Notifications You must be signed in to change notification settings

InteractionDesignFoundation/laravel-db-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages