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

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

evolutap/voyager-bread-generator
================================

Create BREAD from the console using artisan

v1.0.3(6y ago)0418MITPHP

Since Oct 20Pushed 5y agoCompare

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

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

FORK FROM  with some modifications.
-------------------------------------------------------------------------------------

[](#fork-from-httpsgithubcomdevigvoyager-bread-generator-with-some-modifications)

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

If you get error "class does not exist"

```
composer dump-autoload
```

You can also do this manually from the admin panel

Don't forget to run the new migration

```
php artisan migrate
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 54.2% 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 ~734 days

Total

2

Last Release

2389d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5f12c3e7321b236bb1f05faf83065ec5e21784dee2b47aef591cd425df3613a7?d=identicon)[raphael.dev](/maintainers/raphael.dev)

---

Top Contributors

[![raphael-evolutap](https://avatars.githubusercontent.com/u/47394773?v=4)](https://github.com/raphael-evolutap "raphael-evolutap (13 commits)")[![jeffochoa](https://avatars.githubusercontent.com/u/8247079?v=4)](https://github.com/jeffochoa "jeffochoa (9 commits)")[![devig](https://avatars.githubusercontent.com/u/2635075?v=4)](https://github.com/devig "devig (2 commits)")

### Embed Badge

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

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

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M319](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M18](/packages/consolidation-annotated-command)[chi-teck/drupal-code-generator

Drupal code generator

26947.8M5](/packages/chi-teck-drupal-code-generator)[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)

PHPackages © 2026

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