PHPackages                             killmenot/undo-seeder-laravel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. killmenot/undo-seeder-laravel

ActiveLibrary

killmenot/undo-seeder-laravel
=============================

A way to rollback seeds in Laravel

1597PHP

Since May 23Pushed 9y ago2 watchersCompare

[ Source](https://github.com/killmenot/undo-seeder-laravel)[ Packagist](https://packagist.org/packages/killmenot/undo-seeder-laravel)[ RSS](/packages/killmenot-undo-seeder-laravel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Undo Seeder for Laravel
=======================

[](#undo-seeder-for-laravel)

Features
========

[](#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
===

[](#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
============

[](#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

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/9b6121a9da284e1b3a42bac41f1f094eb707169d7e9d2cfedfe1e63538c8402b?d=identicon)[killmenot](/maintainers/killmenot)

---

Top Contributors

[![killmenot](https://avatars.githubusercontent.com/u/119337?v=4)](https://github.com/killmenot "killmenot (10 commits)")

### Embed Badge

![Health badge](/badges/killmenot-undo-seeder-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/killmenot-undo-seeder-laravel/health.svg)](https://phpackages.com/packages/killmenot-undo-seeder-laravel)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
