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. [CLI &amp; Console](/categories/cli)
4. /
5. jhousyfran/voyager-bread-generator

ActiveLibrary[CLI &amp; Console](/categories/cli)

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 yesterday

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 26% 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

1323d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/38142806?v=4)[Jhousyfran Costa](/maintainers/jhousyfran)[@Jhousyfran](https://github.com/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

[illuminate/console

The Illuminate Console package.

13046.0M6.5k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

71470.5k9](/packages/styleci-cli)[winbox/args

Windows command-line formatter

20720.9k21](/packages/winbox-args)

PHPackages © 2026

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