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 3w 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 52% 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

4319d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5265316?v=4)[Welder Lourenço](/maintainers/welderlourenco)[@welderlourenco](https://github.com/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

[illuminate/database

The Illuminate Database package.

2.8k54.9M11.5k](/packages/illuminate-database)[yajra/laravel-oci8

Oracle DB driver for Laravel via OCI8

8793.2M25](/packages/yajra-laravel-oci8)[glushkovds/phpclickhouse-laravel

Adapter of the most popular library https://github.com/smi2/phpClickHouse to Laravel

2051.5M2](/packages/glushkovds-phpclickhouse-laravel)[nwidart/db-exporter

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

37739.1k](/packages/nwidart-db-exporter)[lemaur/eloquent-publishing

218.1k1](/packages/lemaur-eloquent-publishing)

PHPackages © 2026

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