| Package Data | |
|---|---|
| Maintainer Username: | kcpt |
| Maintainer Contact: | digital@kcpt.org (Steven Kohlmeyer) |
| Package Create Date: | 2017-05-01 |
| Package Last Update: | 2017-07-12 |
| Home Page: | https://kcpt19.github.io/laravel-mysqltools/ |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-30 03:14:32 |
| Package Statistics | |
|---|---|
| Total Downloads: | 29 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 2 |
| Total Watchers: | 4 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
This is a module for Laravel 5. This adds 3 commands to artisan:
composer require kcpt/mysqltools
config/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.
