Download the PHP package kcpt/mysqltools without Composer
On this page you can find all versions of the php package kcpt/mysqltools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package mysqltools
KCPT Laravel MySQL Tools
This is a module for Laravel 5. This adds 3 commands to artisan:
- db:clear
- db:dump
- db:import
Installation
composer require kcpt/mysqltools- Edit
config/app.phpand addKCPT\MySQLToolsServiceProvider::classto the 'providers' array. - run artisan commands
Usage
db:clear

This command deletes all tables in the current database.
db:dump

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

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

All versions of mysqltools with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.4
illuminate/contracts Version >=5.3.0
illuminate/support Version >=5.3.0
symfony/console Version >=3.1.10
illuminate/contracts Version >=5.3.0
illuminate/support Version >=5.3.0
symfony/console Version >=3.1.10
The package kcpt/mysqltools contains the following files
Loading the files please wait ...