PHPackages                             devmcc/laravel-partial-seeder - 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. [Database &amp; ORM](/categories/database)
4. /
5. devmcc/laravel-partial-seeder

ActiveLibrary[Database &amp; ORM](/categories/database)

devmcc/laravel-partial-seeder
=============================

Only seed what you haven't seeded yet.

1.1.2(7y ago)34723MITPHP

Since Jul 7Pushed 7y agoCompare

[ Source](https://github.com/DevMcC/laravel-partial-seeder)[ Packagist](https://packagist.org/packages/devmcc/laravel-partial-seeder)[ RSS](/packages/devmcc-laravel-partial-seeder/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (2)DependenciesVersions (5)Used By (0)

LaravelPartialSeeder
====================

[](#laravelpartialseeder)

Only seed what you haven't seeded yet.

About
=====

[](#about)

This packages extends the seeding functionality with the addition of history control. This allows you to only run the seeders that you haven't run yet.

Installation
============

[](#installation)

Install this package with the following command:

```
composer require devmcc/laravel-partial-seeder

```

ServiceProvider
---------------

[](#serviceprovider)

Add the following line in `providers`, in the file `config/app.php`:

```
DevMcC\LaravelPartialSeeder\ServiceProvider::class,

```

Commands
========

[](#commands)

The following is a documentation about all available commands:

Install
-------

[](#install)

### Usage

[](#usage)

```
php artisan prtl-seeder:install [options]

```

### Description

[](#description)

Creates the `partial_seeds_history` table

### Options

[](#options)

Standard Artisan command options.

Status
------

[](#status)

### Usage

[](#usage-1)

```
php artisan prtl-seeder:status [options]

```

### Description

[](#description-1)

Show the status of each partial seeder

### Options

[](#options-1)

Standard Artisan command options.

Seed
----

[](#seed)

### Usage

[](#usage-2)

```
php artisan prtl-seeder:seed [options]

```

### Description

[](#description-2)

Seed the database with history controlled records

### Options

[](#options-2)

Standard Artisan command options.

#### --database\[=DATABASE\]

[](#--databasedatabase)

The database connection to seed

#### --force

[](#--force)

Force the operation to run when in production

Make
----

[](#make)

### Usage

[](#usage-3)

```
php artisan make:prtl-seeder  [options]

```

### Description

[](#description-3)

Create a new partial seeder class

### Arguments

[](#arguments)

The name of the class

### Options

[](#options-3)

Standard Artisan command options.

### Note

[](#note)

#### Note #1

[](#note-1)

The created seeder is added into the `partial_seeds` directory, in the database directory (`database`).

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~134 days

Total

4

Last Release

2877d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/26748646?v=4)[DevMcC](/maintainers/DevMcC)[@DevMcC](https://github.com/DevMcC)

---

Top Contributors

[![DevMcC](https://avatars.githubusercontent.com/u/26748646?v=4)](https://github.com/DevMcC "DevMcC (16 commits)")

---

Tags

laraveldatabasehistoryseederseedseedspartial seederlaravel partial seeder

### Embed Badge

![Health badge](/badges/devmcc-laravel-partial-seeder/health.svg)

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

###  Alternatives

[jlapp/smart-seeder

Smart Seeder adds the same methology to seeding that is currently used with migrations in order to let you seed in batches, seed to production databases or other environments, and to rerun seeds without wiping out your data.

1903.1k](/packages/jlapp-smart-seeder)[timokoerber/laravel-json-seeder

Create and use JSON files to seed your database in your Laravel applications

4836.7k](/packages/timokoerber-laravel-json-seeder)[eighty8/laravel-seeder

Versioned, environment-based Seeders in Laravel

1858.4k](/packages/eighty8-laravel-seeder)

PHPackages © 2026

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