2017 © Pedro Peláez
 

library mysqltools

KCPT's easy database dump/import commands for MySQL.

image

kcpt/mysqltools

KCPT's easy database dump/import commands for MySQL.

  • Wednesday, July 12, 2017
  • by kcpt
  • Repository
  • 4 Watchers
  • 1 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

KCPT Laravel MySQL Tools

This is a module for Laravel 5. This adds 3 commands to artisan: * db:clear * db:dump * db:import, (*1)

Installation

  • composer require kcpt/mysqltools
  • Edit config/app.php and add KCPT\MySQLToolsServiceProvider::class to the 'providers' array.
  • run artisan commands

Usage

db:clear

Clear Database, (*2)

This command deletes all tables in the current database., (*3)

db:dump

Dump the Database, (*4)

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

db:import

Database Import Autocomplete, (*6)

This command imports the database from a .sql file. This command has autocomplete., (*7)

Database Imported, (*8)

The Versions

12/07 2017

dev-master

9999999-dev https://github.com/KCPT19

KCPT's easy database dump/import commands for MySQL.

  Sources   Download

MIT

The Requires

 

by Steven Kohlmeyer

database laravel console commands mysql kcpt

12/07 2017

0.6

0.6.0.0 https://github.com/KCPT19

KCPT's easy database dump/import commands for MySQL.

  Sources   Download

MIT

The Requires

 

by Steven Kohlmeyer

database laravel console commands mysql kcpt

28/06 2017

0.5

0.5.0.0 https://github.com/KCPT19

KCPT's easy database dump/import commands for MySQL.

  Sources   Download

MIT

The Requires

 

by Steven Kohlmeyer

database laravel console commands mysql kcpt

10/05 2017

0.4

0.4.0.0 https://github.com/KCPT19

KCPT's easy database dump/import commands for MySQL.

  Sources   Download

MIT

The Requires

 

by Steven Kohlmeyer

database laravel console commands mysql kcpt

03/05 2017

0.3

0.3.0.0 https://github.com/KCPT19

KCPT's easy database dump/import commands for MySQL.

  Sources   Download

MIT

The Requires

 

by Steven Kohlmeyer

database laravel console commands mysql kcpt

03/05 2017

0.2

0.2.0.0 https://github.com/KCPT19

KCPT's easy database dump/import commands for MySQL.

  Sources   Download

MIT

The Requires

 

by Steven Kohlmeyer

database laravel console commands mysql kcpt

02/05 2017

0.1

0.1.0.0 https://github.com/KCPT19

KCPT's easy database dump/import commands for MySQL.

  Sources   Download

MIT

The Requires

 

by Steven Kohlmeyer

database laravel console commands mysql kcpt