PHPackages                             codelabs/voyagerbreadbuilder - 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. [Admin Panels](/categories/admin)
4. /
5. codelabs/voyagerbreadbuilder

ActiveLibrary[Admin Panels](/categories/admin)

codelabs/voyagerbreadbuilder
============================

:description

0.1.3(7y ago)389MITPHPPHP ^7.1.3

Since Jun 26Pushed 7y ago1 watchersCompare

[ Source](https://github.com/smayzes/voyagerbreadbuilder)[ Packagist](https://packagist.org/packages/codelabs/voyagerbreadbuilder)[ Docs](https://github.com/codelabs/voyagerbreadbuilder)[ RSS](/packages/codelabs-voyagerbreadbuilder/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (4)Dependencies (4)Versions (9)Used By (0)

VoyagerBreadBuilder
===================

[](#voyagerbreadbuilder)

[![Latest Version on Packagist](https://camo.githubusercontent.com/4a7470d4bbffb0b3f3f349e978f8408aef131a8eb340d6a7de89393bb71ba6b0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f64656c6162732f766f796167657262726561646275696c6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/codelabs/voyagerbreadbuilder)[![Total Downloads](https://camo.githubusercontent.com/df66a11dedd3578b14927bc9fb65529a1156de401b835e3411b9903c22ea4fb4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636f64656c6162732f766f796167657262726561646275696c6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/codelabs/voyagerbreadbuilder)[![Build Status](https://camo.githubusercontent.com/8bf014ae60e366d9650c3309d6f6ed8f79644f55cb646f61913aa7fd00181e32/68747470733a2f2f7374796c6563692e696f2f7265706f732f3133383639323738352f736869656c643f7374796c653d666c6174)](https://styleci.io/repos/138692785/shield?style=flat)

Laravel Voyager BREAD builder for existing data. The intention of this package is to make it easy to make seeders for your [BREAD](https://voyager.readme.io/docs/bread).

Installation
------------

[](#installation)

Via Composer

```
$ composer require codelabs/voyagerbreadbuilder
```

Usage
-----

[](#usage)

### Create a DataType seeder

[](#create-a-datatype-seeder)

```
$ php artisan bread:datatypes articles
```

Replace `articles` with the name of the slug in your `data_types` table. This will create the following file:

```
/database/seeds/articles/VoyagerDataTypesSeeder.php
```

### Create a DataRow seeder

[](#create-a-datarow-seeder)

```
$ php artisan bread:datarows articles
```

Replace `articles` with the name of the slug in your `data_types` table. This will create the following file:

```
/database/seeds/articles/VoyagerDataRowSeeder.php
```

### Create a Permission seeder

[](#create-a-permission-seeder)

```
$ php artisan bread:permissions articles
```

Replace `articles` with the name of the table you want to add permissions to.

This will create the following seeder:

```
/database/seeds/articles/VoyagerDataRowSeeder.php
```

This seeder will create the following in the `permissions` table

- browse\_articles
- read\_articles
- edit\_articles
- add\_articles
- delete\_articles

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

[](#change-log)

Please see the [changelog](changelog.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [contributing.md](contributing.md) for details and a todolist.

Security
--------

[](#security)

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

Credits
-------

[](#credits)

- [Shawn Mayzes](https://github.com/codelabs)
- [All Contributors](../../contributors%5D)

License
-------

[](#license)

MIT. Please see the [license file](license.md) for more information.

###  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

Maturity53

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

Total

4

Last Release

2874d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1f15b1986e1bbb4df0220715e29001969c865e55f14c06e96b6eea00a6b29da8?d=identicon)[smayzes](/maintainers/smayzes)

---

Top Contributors

[![smayzes](https://avatars.githubusercontent.com/u/187110?v=4)](https://github.com/smayzes "smayzes (23 commits)")

---

Tags

laravelVoyagerBreadBuilder

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/codelabs-voyagerbreadbuilder/health.svg)

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

###  Alternatives

[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)[joy/voyager-datatable

joy voyager datatable

1538.1k43](/packages/joy-voyager-datatable)[takielias/tablar-kit

The Elegance of Tablar Dashboard

413.4k](/packages/takielias-tablar-kit)[a2insights/filament-saas

Filament Saas for A2Insights

161.1k](/packages/a2insights-filament-saas)

PHPackages © 2026

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