PHPackages                             b61/seeders - 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. b61/seeders

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

b61/seeders
===========

Base seeders for our laravel applications

0.1.4(7y ago)022MITPHPPHP ^7.0

Since Nov 17Pushed 7y ago1 watchersCompare

[ Source](https://github.com/nuclear-campain/Seeders)[ Packagist](https://packagist.org/packages/b61/seeders)[ Docs](https://github.com/nuclear-campain/seeders)[ RSS](/packages/b61-seeders/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (4)Dependencies (3)Versions (6)Used By (0)

Seeders
=======

[](#seeders)

Database seeders for our laravel applications.

Install
-------

[](#install)

This package is custom built for [this organization](https://github.com/nuclear-campain)!

But you can install the package via composer:

```
$ composer require b61/seeders

```

For pulling the package in and further u need to install the [spatie/laravel-permission](https://github.com/spatie/laravel-permission) migrations from the package and migrate the database. You can do it with the following two commands:

```
$ php artisan vendor:publish --provider="Spatie\Permission\PermissionServiceProvider" --tag="migrations"
$ php artisan migrate

```

Don't forget to install `spatie/laravel-permission` scaffolding in your application.

Overview
--------

[](#overview)

This package provides the base database seeders for our laravel applications. The `ActivismeBe\Seeders\DatabaseSeeder` class adds some extra utility to laravel's seeder.

Example
-------

[](#example)

```
use ActivismBe\Seeders\DatabaseSeeder as BaseDatabaseSeeder;
use ActivismBe\Seeders\AclTableSeeder;

class DatabaseSeeder extends BaseDatabaseSeeder
{
    /**
     * Handle the database seed.
     *
     * @return void
     */
    public function run(): void
    {
        parent::run();
        $this->call(AclTableSeeder::class); // Out of the box ACL seeder for the database.
    }
}
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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 ~0 days

Total

5

Last Release

2735d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5157609?v=4)[Tim Joosten](/maintainers/Tjoosten)[@Tjoosten](https://github.com/Tjoosten)

---

Top Contributors

[![Tjoosten](https://avatars.githubusercontent.com/u/5157609?v=4)](https://github.com/Tjoosten "Tjoosten (7 commits)")

---

Tags

laraveldatabaseseedersb61

### Embed Badge

![Health badge](/badges/b61-seeders/health.svg)

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

###  Alternatives

[mongodb/laravel-mongodb

A MongoDB based Eloquent model and Query builder for Laravel

7.1k7.2M71](/packages/mongodb-laravel-mongodb)[spiritix/lada-cache

A Redis based, automated and scalable database caching layer for Laravel

591444.8k2](/packages/spiritix-lada-cache)[pdphilip/elasticsearch

An Elasticsearch implementation of Laravel's Eloquent ORM

145360.2k4](/packages/pdphilip-elasticsearch)[toponepercent/baum

Baum is an implementation of the Nested Set pattern for Eloquent models.

3154.7k](/packages/toponepercent-baum)[dragon-code/laravel-data-dumper

Adding data from certain tables when executing the `php artisan schema:dump` console command

3418.6k](/packages/dragon-code-laravel-data-dumper)[ntanduy/cloudflare-d1-database

Easy configuration and setup for D1 Database connections in Laravel.

215.4k](/packages/ntanduy-cloudflare-d1-database)

PHPackages © 2026

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