PHPackages                             arrangemy/voyager-deployment-orchestrator - 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. arrangemy/voyager-deployment-orchestrator

ActiveLibrary[Admin Panels](/categories/admin)

arrangemy/voyager-deployment-orchestrator
=========================================

Package for Voyager BREAD Deployment.

v2.4.0(4y ago)11.1k↓100%MITPHP

Since Nov 25Pushed 4y agoCompare

[ Source](https://github.com/arrangeMY/voyager-deployment-orchestrator)[ Packagist](https://packagist.org/packages/arrangemy/voyager-deployment-orchestrator)[ RSS](/packages/arrangemy-voyager-deployment-orchestrator/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (11)Used By (0)

### Introduction

[](#introduction)

This package is a fork of the original Deployment Orchestrator made by [DrudgeRajen](https://github.com/DrudgeRajen/voyager-deployment-orchestrator). All credit to creating this packages goes to them, i have simply fixed a few issues that prevented the package operating on recent versions of Laravel.

[Voyager ](https://github.com/the-control-group/voyager) is an awesome admin tool for laravel. With the ability to create fully relational BREAD interfaces, to manage your data.

Voyager has a limitation in the deployment, that would require you to perform all the BREAD setup that you have performed in your local development environment, on the production server.

Voyager Deployment Orchestrator is the package which will listen `BREAD  Events` (Add, Update Delete) and will generate files, so that and BREAD changes made on a local development server can be easily seeded to production.

### Installation

[](#installation)

`composer require arrangeMY/voyager-deployment-orchestrator`

Then publish the default config and seeder file.

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

```

Next, open the `config/voyager-deployment-orchestrator.php` and add the table names which you require BREAD seeders to be generated for.

```
return [
    'tables' => [
        'users',
        'posts'
    ],
];

```

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

`composer dump-autoload`

### Usage

[](#usage)

Voyager Fires Events on Insert, Update, and Delete of BREAD. This package listens for those events and creates respective seeder files.

### To run the seeder file:

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

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

### Generating seeder files for tables

[](#generating-seeder-files-for-tables)

VDO also provides an artisan command to generate the seed file for table. In order to generate the seeder file for tables,

`php artisan vdo:generate table-name1`

It also supports the generation for multiple tables.

` php artisan vdo:generate table-name1,table-name2,table-name3`

VDO seed generator command will keep the generated seed files inside `/database/seeders` with prefix `TableSeeder`

***Note:*** VDO seed generator will not add the seeder file in `VoyagerDeploymentOrchestratorSeeder.php` class automatically, because this class in only used for BREAD seeders not the tables seeder. If you want to run all the vdo generated seeder at once, please add those in `DatabaseSeeder.php` class.

### Contributing

[](#contributing)

Run phpcs linter to check for any error that may happen during PR.

`composer lint`

Fix errors reported by CI during Pull request.

`composer fix`

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 77.5% 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 ~102 days

Recently: every ~211 days

Total

10

Last Release

1808d ago

Major Versions

v1.4 → v2.0.02019-02-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/4ac56ff8111625fce41051166ca94539d47ebe4ed120c62ee7385c7e5a5e3ab3?d=identicon)[arrangeMY-alexg](/maintainers/arrangeMY-alexg)

---

Top Contributors

[![DrudgeRajen](https://avatars.githubusercontent.com/u/4613510?v=4)](https://github.com/DrudgeRajen "DrudgeRajen (31 commits)")[![ankitpokhrel](https://avatars.githubusercontent.com/u/2364546?v=4)](https://github.com/ankitpokhrel "ankitpokhrel (3 commits)")[![samundra](https://avatars.githubusercontent.com/u/760855?v=4)](https://github.com/samundra "samundra (2 commits)")[![ntuple](https://avatars.githubusercontent.com/u/380662?v=4)](https://github.com/ntuple "ntuple (1 commits)")[![modess](https://avatars.githubusercontent.com/u/1116602?v=4)](https://github.com/modess "modess (1 commits)")[![d-cell](https://avatars.githubusercontent.com/u/38562172?v=4)](https://github.com/d-cell "d-cell (1 commits)")[![MrCrayon](https://avatars.githubusercontent.com/u/6875243?v=4)](https://github.com/MrCrayon "MrCrayon (1 commits)")

---

Tags

laravelvoyagervoyager-deploymentvoyager-seederbread-seeder

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/arrangemy-voyager-deployment-orchestrator/health.svg)

```
[![Health](https://phpackages.com/badges/arrangemy-voyager-deployment-orchestrator/health.svg)](https://phpackages.com/packages/arrangemy-voyager-deployment-orchestrator)
```

###  Alternatives

[joy/voyager-datatable

joy voyager datatable

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

Voyager Site package

161.5k](/packages/monstrex-voyager-site)

PHPackages © 2026

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