Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.68 KB

README.md

File metadata and controls

45 lines (26 loc) · 1.68 KB

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.