Skip to content

killmenot/undo-seeder-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Undo Seeder for Laravel

Features

  • Allows to have up and down method for every seed. (Your seeds should be inherited from Intspirit\UndoSeeder\UndoSeeder and override up and down methods)
  • Ability to call undo for other seeds using undo method.

Use

When you install UndoSeeder, the following artisan commands are made available:

db:seed-undoUndo seeds in the seeds directory.
db:seed-refreshUndo seeds run seeds again.

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::class to your providers array in app/config/app.php

About

A way to rollback seeds in Laravel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages