This is a module for Laravel 5. This adds 3 commands to artisan:
composer require kcpt/mysqltoolsconfig/app.php and add KCPT\MySQLToolsServiceProvider::class to the 'providers' array.
This command deletes all tables in the current database.

This command will create a .sql dump file in the current project's folder named: db-[environment]-[date].sql

This command imports the database from a .sql file. This command has autocomplete.
