2017 © Pedro Peláez
 

library laravel-db-commands

image

mcmatters/laravel-db-commands

  • Friday, February 23, 2018
  • by MCMatters
  • Repository
  • 1 Watchers
  • 1 Stars
  • 195 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 5 % Grown

The README.md

Laravel DB Commands

Package with laravel database commands., (*1)

Installation

composer require mcmatters/laravel-db-commands

If you don't use package discovering feature, then just include the service provider within your config/app.php file., (*2)

'providers' => [
    McMatters\LaravelDbCommands\ServiceProvider::class,
]

Usage

Available commands:, (*3)

  • php artisan db:drop-tables — drops all tables.
  • php artisan migrate:single {"file" or "class"} — migrate single migration by file or class name.
  • php artisan migrate:drop-single {"file" or "class"} — drop single migration by file or class name.

The Versions

23/02 2018

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

by Dmitry Borzyonok

23/02 2018

v1.1.0

1.1.0.0

  Sources   Download

MIT

The Requires

 

by Dmitry Borzyonok

19/10 2017

v1.0.3

1.0.3.0

  Sources   Download

MIT

The Requires

 

by Dmitry Borzyonok

29/07 2017

v1.0.2

1.0.2.0

  Sources   Download

MIT

The Requires

 

by Dmitry Borzyonok

28/06 2017

v1.0.1

1.0.1.0

  Sources   Download

MIT

The Requires

 

by Dmitry Borzyonok

27/06 2017

v1.0

1.0.0.0

  Sources   Download

MIT

The Requires

 

by Dmitry Borzyonok