2017 © Pedro Peláez
 

library cleanses

Trasher for laravel

image

sbkinfo/cleanses

Trasher for laravel

  • Monday, February 19, 2018
  • by silverreve23
  • Repository
  • 1 Watchers
  • 1 Stars
  • 37 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 19 % Grown

The README.md

Cleanses

, (*1)

Cleanses (database inverse seeds) for laravel framework. , (*2)

How to install

Run this command in terminal, (*3)

composer require "sbkinfo/cleanses"

Include ServiceProvider in config/app.php, (*4)


'providers' => [ # Other service providers... SBKInfo\Cleanses\Providers\CleanserProvider::class ]

To create a Cleanser class, run the following command, (*5)

php artisan make:cleanser Test

To run a Cleanser class, run the following command, (*6)

php artisan db:cleanser Test

The Versions

19/02 2018

dev-master

9999999-dev

Trasher for laravel

  Sources   Download

GPL-3.0-only

by Sviatoslav Sabadosh

14/02 2018

v1.0.4

1.0.4.0

Trasher for laravel

  Sources   Download

GPL-3.0-only

by Sviatoslav Sabadosh

13/02 2018

v1.0.2

1.0.2.0

Trasher for laravel

  Sources   Download

GPL-3.0-only

by Sviatoslav Sabadosh

13/02 2018

v1.0.3

1.0.3.0

Trasher for laravel

  Sources   Download

GPL-3.0-only

by Sviatoslav Sabadosh

12/02 2018

v1.0.1

1.0.1.0

Trasher for laravel

  Sources   Download

GPL-3.0-only

by Sviatoslav Sabadosh