killmenot/undo-seeder-laravel
Undo Seeder for Laravel
Features
- Allows to have
upanddownmethod for every seed. (Your seeds should be inherited fromIntspirit\UndoSeeder\UndoSeederand overrideupanddownmethods) - Ability to call undo for other seeds using
undomethod.
Use
When you install UndoSeeder, the following artisan commands are made available:
Installation
- Add require:
"killmenot/undo-seeder-laravel": "dev-master"to your composer.json and run an update to bring it in (or run composer require killmenot/undo-seeder-laravel). - Add
Intspirit\UndoSeeder\UndoSeederServiceProvider::classto your providers array in app/config/app.php
Related Packages
erirk/paypalpayment
laravel-paypalpayment is simple package help you process direct credit card paym...
0
doctrine/dbal
Powerful PHP database abstraction layer (DBAL) with many features for database s...
631,580,251
9,707