PHPackages                             appworldbr/voyager-bread-extractor - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. appworldbr/voyager-bread-extractor

ActiveVoyager-package[Utility &amp; Helpers](/categories/utility)

appworldbr/voyager-bread-extractor
==================================

Extract Voyager BREAD from database to Seeder file.

1.1.4(5y ago)047MITPHP

Since May 5Pushed 5y ago2 watchersCompare

[ Source](https://github.com/appworldbr/voyager-bread-extractor)[ Packagist](https://packagist.org/packages/appworldbr/voyager-bread-extractor)[ RSS](/packages/appworldbr-voyager-bread-extractor/feed)WikiDiscussions 1.1.4 Synced 3w ago

READMEChangelog (7)DependenciesVersions (16)Used By (0)

Voyager BREAD Extractor
=======================

[](#voyager-bread-extractor)

Extract Voyager BREAD from database to Seeder File.

Getting Started
---------------

[](#getting-started)

### Prerequisites

[](#prerequisites)

- Laravel
- Voyager

### Installing

[](#installing)

```
composer require appworldbr/voyager-bread-extractor

```

Usage
-----

[](#usage)

After create the BREAD manually, run `php artisan voyager:extract ModelWithNamespace`

ex.

```

php artisan voyager:extract App/Models/Products/Product

```

Them a file in `database/seeds` will be created with `data_types`, `data_row`, `menu_item`, `permissions` and `BREAD translation` seeds.

After that, if you want to migrate with this seed, first you will need run `composer dump-autoload` ([read more](https://laravel.com/docs/7.x/seeding#running-seeders)) and them run `php artisan db:seed --class=CLASSNAME` ([read more](https://laravel.com/docs/7.x/seeding#running-seeders)).

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

```

or you can add the Seeder file in `DatabaseSeeder.php` file ([read more](https://laravel.com/docs/7.x/seeding#introduction))

and them run `php artisan db:seed` ([read more](https://laravel.com/docs/7.x/seeding#introduction))

Authors
-------

[](#authors)

- **Marcelo Araujo Jr** - *Initial work* - [AppWorld](https://appworld.com.br/)

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Recently: every ~16 days

Total

15

Last Release

2172d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/60191922?v=4)[App World BR](/maintainers/appworldbr)[@appworldbr](https://github.com/appworldbr)

---

Top Contributors

[![mlajx](https://avatars.githubusercontent.com/u/19790686?v=4)](https://github.com/mlajx "mlajx (10 commits)")

### Embed Badge

![Health badge](/badges/appworldbr-voyager-bread-extractor/health.svg)

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

PHPackages © 2026

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