PHPackages                             nadsoft/breads-seed - 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. nadsoft/breads-seed

ActiveLibrary[Admin Panels](/categories/admin)

nadsoft/breads-seed
===================

Package for Voyager BREAD seed for laravel 8.

199PHP

Since Nov 23Pushed 5y ago2 watchersCompare

[ Source](https://github.com/waleed-nadsoft/Breads-seeder)[ Packagist](https://packagist.org/packages/nadsoft/breads-seed)[ RSS](/packages/nadsoft-breads-seed/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

### Installation

[](#installation)

`composer require nadsoft/breads-seed`

1- write this command

```
 php artisan vendor:publish --provider="DrudgeRajen\VoyagerDeploymentOrchestrator\VoyagerDeploymentOrchestratorServiceProvider"

```

2- go to path

```
 config/voyager-deployment-orchestrator.php

```

and add the tables name of which BREAD seeders will be generated , each table you will used in bread you must add it in this array

for example ..

```
return [
    'tables' => ["table1","table2"],
];

```

After Publishing the `VoyagerDeploymentOrchestratorSeeder` class file, autoload composer so that laravel knows about new seeders.

`composer dump-autoload`

### Usage

[](#usage)

3- add this namespace `namespace Database\Seeders;` in this path `database/Seeders/VoyagerDeploymentOrchestratorSeeder`

each bread created you must import it in this file;

### To run the seeder file:

[](#to-run-the-seeder-file)

4- to run seeder you must write this command

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

```

Develop By [ DrudgeRajen ](https://github.com/DrudgeRajen/)

Updated By [ Nadsoft Company ](https://nadsoft.net/)

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/83620426?v=4)[waleedhamdan](/maintainers/waleedhamdan)[@waleedhamdan](https://github.com/waleedhamdan)

---

Top Contributors

[![waleed-nadsoft](https://avatars.githubusercontent.com/u/74603128?v=4)](https://github.com/waleed-nadsoft "waleed-nadsoft (11 commits)")

### Embed Badge

![Health badge](/badges/nadsoft-breads-seed/health.svg)

```
[![Health](https://phpackages.com/badges/nadsoft-breads-seed/health.svg)](https://phpackages.com/packages/nadsoft-breads-seed)
```

PHPackages © 2026

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