19/02
2018
Wallogit.com
2017 © Pedro Peláez
Trasher for laravel
, (*1)
Cleanses (database inverse seeds) for laravel framework. , (*2)
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