PHPackages                             laracademy/seeds - 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. laracademy/seeds

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

laracademy/seeds
================

This package helps with database seeding.

1.0.2(7y ago)354221MITPHP

Since Jun 19Pushed 7y ago2 watchersCompare

[ Source](https://github.com/laracademy/seeds)[ Packagist](https://packagist.org/packages/laracademy/seeds)[ RSS](/packages/laracademy-seeds/feed)WikiDiscussions master Synced today

READMEChangelog (3)DependenciesVersions (4)Used By (0)

Seeds for Laravel by Laracademy
===============================

[](#seeds-for-laravel-by-laracademy)

[![Latest Stable Version](https://camo.githubusercontent.com/ff7f95359a7b4c86658977c6ea228f09ba8f2524ddc2ec33dd98bf8f2d58594c/68747470733a2f2f706f7365722e707567782e6f72672f6c617261636164656d792f73656564732f762f737461626c65)](https://camo.githubusercontent.com/ff7f95359a7b4c86658977c6ea228f09ba8f2524ddc2ec33dd98bf8f2d58594c/68747470733a2f2f706f7365722e707567782e6f72672f6c617261636164656d792f73656564732f762f737461626c65) [![Total Downloads](https://camo.githubusercontent.com/6e2a32dea6c552357f1d250764994209f07a0392dc55fb082db4a28c1c0429e0/68747470733a2f2f706f7365722e707567782e6f72672f6c617261636164656d792f73656564732f646f776e6c6f616473)](https://packagist.org/packages/laracademy/seeds) [![Latest Unstable Version](https://camo.githubusercontent.com/d7db60ebd69c55a9e0531c7648f739ac62543b77c5a8cbd736a28af86a83d60a/68747470733a2f2f706f7365722e707567782e6f72672f6c617261636164656d792f73656564732f762f756e737461626c65)](https://packagist.org/packages/laracademy/seeds) [![License](https://camo.githubusercontent.com/d107a5981dbfdf82a555ce819509eba333b344216ce2d82b54905a389713668c/68747470733a2f2f706f7365722e707567782e6f72672f6c617261636164656d792f73656564732f6c6963656e7365)](https://packagist.org/packages/laracademy/seeds)

This package adds a new `artisan` command which offers a better way to seed your database: You can select the seeder from a selection and during running you will get feedback on what is being done.

Getting Started
---------------

[](#getting-started)

The easiest way to get started is to install the package using `composer`. You can do so by running the following command.

```
composer require laracademy/seeds
```

That's it! Well, as long as you are using `Laravel 5.5 or higher`. If you are using an older version of Laravel please see below.

Usage
-----

[](#usage)

To use the package you just need to run the `artisan` command and follow the prompts on the screen.

```
php artisan seeds
```

### Preview

[](#preview)

[![](preview.gif)](preview.gif)

### Laravel 5.4 and lower

[](#laravel-54-and-lower)

You will need to add the package into your service provider array found in `config/app.php`.

```
providers = [
    // listing of providers
    Laracademy\Commands\SeedsServiceProvider::class,
    // rest of providers
];
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~3 days

Total

3

Last Release

2876d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4c554112713a408512e3c5986a02d598f235daa4e6683c52b0b2ec873e6cb175?d=identicon)[Laracademy](/maintainers/Laracademy)

---

Top Contributors

[![michael-mcmullen](https://avatars.githubusercontent.com/u/811123?v=4)](https://github.com/michael-mcmullen "michael-mcmullen (2 commits)")[![danrovito](https://avatars.githubusercontent.com/u/8322674?v=4)](https://github.com/danrovito "danrovito (1 commits)")[![janpio](https://avatars.githubusercontent.com/u/183673?v=4)](https://github.com/janpio "janpio (1 commits)")

### Embed Badge

![Health badge](/badges/laracademy-seeds/health.svg)

```
[![Health](https://phpackages.com/badges/laracademy-seeds/health.svg)](https://phpackages.com/packages/laracademy-seeds)
```

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

1.6k64.0M546](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90340.3M211](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)

PHPackages © 2026

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