PHPackages                             jhousyfran/voyager-bread-generator - 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. jhousyfran/voyager-bread-generator

ActiveLibrary

jhousyfran/voyager-bread-generator
==================================

Create BREAD from the console using artisan

1.0.0(3y ago)0108MITPHP

Since Nov 17Pushed 3y agoCompare

[ Source](https://github.com/Jhousyfran/voyager-bread-generator)[ Packagist](https://packagist.org/packages/jhousyfran/voyager-bread-generator)[ RSS](/packages/jhousyfran-voyager-bread-generator/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

Voyager BREAD generator
-----------------------

[](#voyager-bread-generator)

There is a common issue when we try to deploy local projects to a different environment. Currently, we need to export the database or so, in order to keep all the new BREADs structure across all the environments.

The only way to do that without having to create a database import each time is by creating the migrations, seeds, etc. for each bread.

This allows the developers to create new BREADs from the command line using Artisan.

How to use:
-----------

[](#how-to-use)

### create a new bread

[](#create-a-new-bread)

```
php artisan voyager:bread books
```

You can also generate the model and migration files

```
php artisan voyager:bread books --migration --model
```

### Configure the bread

[](#configure-the-bread)

This command will create a new BooksBreadSeeder file with the basic configuration for a new bread-seed, there you can add/edit all the bread fields. See DataRowsTableSeeder

Once the seeder is done you need to run:

```
php artisan db:seed --class=BooksBreadSeeder
```

Optionally you need to re-generate the permissions from the command line

```
php artisan db:seed --class=PermissionRoleTableSeeder
```

You can also do this manually from the admin panel

Don't forget to run the new migration

```
php artisan migrate
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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

Unknown

Total

1

Last Release

1269d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/da1a20f0011195e469dd622d3d153a2c4be957ec1e9d036145663011c91c127b?d=identicon)[jhousyfran](/maintainers/jhousyfran)

---

Top Contributors

[![jeffochoa](https://avatars.githubusercontent.com/u/8247079?v=4)](https://github.com/jeffochoa "jeffochoa (9 commits)")[![Jhousyfran](https://avatars.githubusercontent.com/u/38142806?v=4)](https://github.com/Jhousyfran "Jhousyfran (3 commits)")

### Embed Badge

![Health badge](/badges/jhousyfran-voyager-bread-generator/health.svg)

```
[![Health](https://phpackages.com/badges/jhousyfran-voyager-bread-generator/health.svg)](https://phpackages.com/packages/jhousyfran-voyager-bread-generator)
```

###  Alternatives

[classiebit/eventmie

Run your own Events business with Eventmie Pro. Use it as event ticket selling website or event management platform on your own domain.

1872.0k](/packages/classiebit-eventmie)[joy/voyager-datatable

joy voyager datatable

1538.1k43](/packages/joy-voyager-datatable)[joy/voyager-api

This Laravel/Voyager module adds REST Api with swagger support to Voyager.

204.7k3](/packages/joy-voyager-api)

PHPackages © 2026

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