PHPackages                             vilbur/voyager-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. vilbur/voyager-seeder

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

vilbur/voyager-seeder
=====================

Seed tables of Laravel Voyager for models.

v0.91(8y ago)1174MITPHP

Since Feb 13Pushed 7y ago1 watchersCompare

[ Source](https://github.com/vilbur/laravel-package-voyager-seeder)[ Packagist](https://packagist.org/packages/vilbur/voyager-seeder)[ Docs](https://github.com/Vilbur/laravel-package-voyager-seeder)[ RSS](/packages/vilbur-voyager-seeder/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Voyager Seeder
==============

[](#voyager-seeder)

Seed your models to [Voyager](https://laravelvoyager.com/) tables.
Create BREADS &amp; permissions for tables.

### Seed to tables:

[](#seed-to-tables)

- data\_types
- data\_rows
- permissions

Install
-------

[](#install)

Laravel 5.5

```
composer require vilbur/voyager-seeder
```

#### Add to seeder

[](#add-to-seeder)

**Database\\Seeds\\DatabaseSeeder.php**

```
    public function run()
    {
        $this->call(VoyagerSeeder::class);
    }
```

#### Publish config files

[](#publish-config-files)

```
php artisan vendor:publish --tag="voyager-seeder"
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

2

Last Release

3007d ago

### Community

Maintainers

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

---

Top Contributors

[![vilbur](https://avatars.githubusercontent.com/u/9706058?v=4)](https://github.com/vilbur "vilbur (51 commits)")

---

Tags

vilburVoyagerSeeder

### Embed Badge

![Health badge](/badges/vilbur-voyager-seeder/health.svg)

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

###  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.3k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

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

Use ramsey/uuid as a Doctrine field type.

90340.3M209](/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)
