PHPackages                             welderlourenco/laravel-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. welderlourenco/laravel-seeder

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

welderlourenco/laravel-seeder
=============================

Run your seeder files without touching your DatabaseSeeder.php file.

1.0.1(11y ago)05431MITPHPPHP &gt;=5.4.0

Since Jun 11Pushed 11y ago2 watchersCompare

[ Source](https://github.com/welderlourenco/laravel-seeder)[ Packagist](https://packagist.org/packages/welderlourenco/laravel-seeder)[ Docs](https://github.com/welderlourenco/laravel-seeder)[ RSS](/packages/welderlourenco-laravel-seeder/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Laravel Seeder
==============

[](#laravel-seeder)

Run one or more of your seeder files with this very easy command.

Introduction
============

[](#introduction)

Did you notice the work it takes to perform database seeding in Laravel nowadays? Uncomment, comment and uncomment your calls again. Well, not anymore, with *Laravel Seeder* all the `boring` and `unnecessary` work it's done! Here you can perform a database seeding with only one command without having to modify your DatabaseSeeder.php file. Amazing huh?

Instalation
===========

[](#instalation)

Required steps
--------------

[](#required-steps)

In the ***require*** key of master ***composer.json*** file add the following.

```
"welderlourenco/laravel-seeder" : "dev-master"
```

Run the Composer update comand

```
composer update

```

Once this operation completes, the final step is to add the ***provider*** in the ***app/config/app.php*** config file.

```
return array(

  // ...
  'providers' => array(
  	// ...
    'WelderLourenco\LaravelSeeder\Providers\LaravelSeederServiceProvider'
  ),

)
```

Usage
=====

[](#usage)

*Laravel Seeder* adds to your `db` command namespace, two more commands:

```
php artisan db:all

```

It will search for all Seeder files inside your `/seeds` folder and run them.

```
php artisan db:only --files="UserTableSeeder"

```

It will run only the files you specify in the `--files` option, please, notice that you can pass multiple files separated by colon: `--files="UserTableSeeder, RoleTableSeeder, PermissionTableSeeder"`

Thanks
======

[](#thanks)

Thank God for the knowledge to write all this.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

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.

###  Release Activity

Cadence

Every ~85 days

Total

2

Last Release

4269d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/35fab48f5a9db87ae49be2ba88616b3ffa40bf48399f2db2f4731cef1473ee6e?d=identicon)[welderlourenco](/maintainers/welderlourenco)

---

Top Contributors

[![welderlourenco](https://avatars.githubusercontent.com/u/5265316?v=4)](https://github.com/welderlourenco "welderlourenco (1 commits)")

---

Tags

laravelcommandautoseederseed

### Embed Badge

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

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

###  Alternatives

[nwidart/db-exporter

Export your database quickly and easily as a Laravel Migration and all the data as a Seeder class.

37839.1k](/packages/nwidart-db-exporter)[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)[eighty8/laravel-seeder

Versioned, environment-based Seeders in Laravel

1857.1k](/packages/eighty8-laravel-seeder)[elimuswift/db-exporter

Export your database quickly and easily as a Laravel Migration and all the data as a Seeder class.

364.7k](/packages/elimuswift-db-exporter)

PHPackages © 2026

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