PHPackages                             yellow-three/voyager - 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. yellow-three/voyager

ActiveLibrary[Admin Panels](/categories/admin)

yellow-three/voyager
====================

Community fork of the archived thedevdojo/voyager — Laravel 13 + Livewire 4 + Tailwind CSS 4

3.x-dev(2w ago)134[1 PRs](https://github.com/yellow-three/voyager/pulls)MITPHPPHP ^8.3|^8.4|^8.5

Since May 23Pushed 2w agoCompare

[ Source](https://github.com/yellow-three/voyager)[ Packagist](https://packagist.org/packages/yellow-three/voyager)[ Docs](https://github.com/yellow-three/voyager)[ GitHub Sponsors](https://github.com/emptynick)[ GitHub Sponsors](https://github.com/fletch3555)[ RSS](/packages/yellow-three-voyager/feed)WikiDiscussions 3.x Synced 1w ago

READMEChangelog (1)Dependencies (12)Versions (4)Used By (0)

 [![Voyager Admin](https://camo.githubusercontent.com/ceeec0cf14351e3a25e3cef5426dd36d7749cc00650df3ad1920c0ae241046ed/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f746865636f6e74726f6c67726f75702f766f79616765722e706e67)](https://camo.githubusercontent.com/ceeec0cf14351e3a25e3cef5426dd36d7749cc00650df3ad1920c0ae241046ed/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f746865636f6e74726f6c67726f75702f766f79616765722e706e67)

 [![Latest Stable Version](https://camo.githubusercontent.com/70c09e2a6476dd68d0357eecb55e5f31302954d7c1d369eb891b290c87d151fe/68747470733a2f2f706f7365722e707567782e6f72672f79656c6c6f772d74687265652f766f79616765722f762f737461626c652e7376673f666f726d61743d666c6174)](https://packagist.org/packages/yellow-three/voyager) [![Total Downloads](https://camo.githubusercontent.com/903e10b89ea514d6546c2c0e8f285e18f2fd7cef57428394bd30f49502e698c7/68747470733a2f2f706f7365722e707567782e6f72672f79656c6c6f772d74687265652f766f79616765722f646f776e6c6f6164732e7376673f666f726d61743d666c6174)](https://packagist.org/packages/yellow-three/voyager) [![License](https://camo.githubusercontent.com/031b733249b8a690c8f538bde93c2fc79e0019993c5b7bf59aa587c476e55c0e/68747470733a2f2f706f7365722e707567782e6f72672f79656c6c6f772d74687265652f766f79616765722f6c6963656e73652e7376673f666f726d61743d666c6174)](https://packagist.org/packages/yellow-three/voyager)

Important

**This is `yellow-three/voyager` — a community fork of the archived `thedevdojo/voyager` package.**The original `tcg/voyager` / `thedevdojo/voyager` was archived in February 2025. This fork targets **Laravel 13, Livewire 4, Tailwind CSS 4** and is actively maintained.

---

Voyager v3 — The Missing Laravel Admin
======================================

[](#voyager-v3--the-missing-laravel-admin)

A powerful, modern Laravel admin panel built on:

TechnologyVersionLaravel^13.0Livewire^4.0 (SFC / MFC)Tailwind CSS4.xAlpine.js^3.0PHP^8.3 | ^8.4 | ^8.5BuildVite---

Quick Start
-----------

[](#quick-start)

### 1. Require the Package

[](#1-require-the-package)

```
composer require yellow-three/voyager:^3.0-alpha
```

### 2. Install

[](#2-install)

```
# Without dummy data:
php artisan voyager:install

# With dummy data (1 admin, sample posts, categories, settings):
php artisan voyager:install --with-dummy
```

### 3. Access the Admin Panel

[](#3-access-the-admin-panel)

Start your dev server:

```
php artisan serve
```

Visit:

**Default admin credentials (dummy install):**

Email`admin@admin.com`Password`password`---

Migrating from tcg/voyager?
---------------------------

[](#migrating-from-tcgvoyager)

See the [Migration Guide](docs/migration.md) for full instructions on migrating from the original archived `tcg/voyager` package.

```
# Remove old package
composer remove tcg/voyager

# Install new package
composer require yellow-three/voyager:^3.0-alpha

# Run the upgrade wizard
php artisan voyager:upgrade
```

---

What's New in v3
----------------

[](#whats-new-in-v3)

FeatureDescription**Plugin System**`BasePlugin` abstract + granular contracts (`FormfieldPlugin`, `MenuPlugin`, `WidgetPlugin`, …)**Hybrid BreadManager**JSON-first BREAD definitions with DB fallback for v2 compat**Livewire 4 UI**Full SFC/MFC admin panels replacing Bootstrap/Vue**Tailwind CSS 4**`@theme` token system, no `tailwind.config.js`**First-party Plugins**`yellow-three/voyager-blog`, `yellow-three/voyager-menu`**Activity Log**Built-in admin action logger with API**Upgrade Wizard**CLI + web wizard for v2 → v3 migration**JSON BREAD**Version-controlled BREAD definitions (`storage/voyager/breads/*.json`)---

First-Party Plugins
-------------------

[](#first-party-plugins)

PluginPackageDescriptionMenu Builder`yellow-three/voyager-menu`Drag-and-drop menu managerBlog`yellow-three/voyager-blog`Posts, Pages, Categories```
composer require yellow-three/voyager-menu
composer require yellow-three/voyager-blog
```

---

Creating an Admin User
----------------------

[](#creating-an-admin-user)

```
# Assign admin role to existing user:
php artisan voyager:admin your@email.com

# Create a new admin user:
php artisan voyager:admin your@email.com --create
```

---

Documentation
-------------

[](#documentation)

DocumentDescription[UPGRADE.md](UPGRADE.md)v2 → v3 upgrade guide[CHANGELOG.md](CHANGELOG.md)Release history[docs/migration.md](docs/migration.md)`tcg/voyager` → `yellow-three/voyager` namespace migration[docs/plugin-development.md](docs/plugin-development.md)Building plugins[docs/bread-json.md](docs/bread-json.md)JSON BREAD format reference---

Contributing
------------

[](#contributing)

This is a community-maintained fork. Issues and PRs are welcome at [yellow-three/voyager](https://github.com/yellow-three/voyager).

```
git clone https://github.com/yellow-three/voyager.git
cd voyager
composer install
npm install
npm run build
./vendor/bin/pest
```

---

License
-------

[](#license)

The Voyager package is open-sourced software licensed under the [MIT license](license).

---

> **Original project:** [thedevdojo/voyager](https://github.com/thedevdojo/voyager) (archived February 2025) — `tcg/voyager` on Packagist.

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance97

Actively maintained with recent releases

Popularity12

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor3

3 contributors hold 50%+ of commits

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

Total

3

Last Release

15d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2030ebb7796f4c7a00b2ba772c517fadee9b2d07aabbf6aaf795730aeb0159e2?d=identicon)[yellow-three](/maintainers/yellow-three)

---

Top Contributors

[![marktopper](https://avatars.githubusercontent.com/u/2232539?v=4)](https://github.com/marktopper "marktopper (754 commits)")[![tnylea](https://avatars.githubusercontent.com/u/601261?v=4)](https://github.com/tnylea "tnylea (378 commits)")[![akazorg](https://avatars.githubusercontent.com/u/34574?v=4)](https://github.com/akazorg "akazorg (203 commits)")[![emptynick](https://avatars.githubusercontent.com/u/2482942?v=4)](https://github.com/emptynick "emptynick (187 commits)")[![fletch3555](https://avatars.githubusercontent.com/u/1387843?v=4)](https://github.com/fletch3555 "fletch3555 (142 commits)")[![MrCrayon](https://avatars.githubusercontent.com/u/6875243?v=4)](https://github.com/MrCrayon "MrCrayon (96 commits)")[![Frondor](https://avatars.githubusercontent.com/u/5123709?v=4)](https://github.com/Frondor "Frondor (81 commits)")[![handiwijoyo](https://avatars.githubusercontent.com/u/4060094?v=4)](https://github.com/handiwijoyo "handiwijoyo (74 commits)")[![davodavodavo3](https://avatars.githubusercontent.com/u/10462563?v=4)](https://github.com/davodavodavo3 "davodavodavo3 (51 commits)")[![yellow-three](https://avatars.githubusercontent.com/u/39539862?v=4)](https://github.com/yellow-three "yellow-three (50 commits)")[![antranapp](https://avatars.githubusercontent.com/u/478757?v=4)](https://github.com/antranapp "antranapp (38 commits)")[![maiorano84](https://avatars.githubusercontent.com/u/3030410?v=4)](https://github.com/maiorano84 "maiorano84 (33 commits)")[![fergthh](https://avatars.githubusercontent.com/u/9524225?v=4)](https://github.com/fergthh "fergthh (28 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (25 commits)")[![ctf0](https://avatars.githubusercontent.com/u/7388088?v=4)](https://github.com/ctf0 "ctf0 (18 commits)")[![gabrieljaime](https://avatars.githubusercontent.com/u/11546752?v=4)](https://github.com/gabrieljaime "gabrieljaime (17 commits)")[![sikhub](https://avatars.githubusercontent.com/u/4103737?v=4)](https://github.com/sikhub "sikhub (17 commits)")[![DODMax](https://avatars.githubusercontent.com/u/1137276?v=4)](https://github.com/DODMax "DODMax (16 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (14 commits)")[![MujtabaFR](https://avatars.githubusercontent.com/u/7612635?v=4)](https://github.com/MujtabaFR "MujtabaFR (14 commits)")

---

Tags

laravellivewireadmintailwindcsspanelvoyager

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/yellow-three-voyager/health.svg)

```
[![Health](https://phpackages.com/badges/yellow-three-voyager/health.svg)](https://phpackages.com/packages/yellow-three-voyager)
```

###  Alternatives

[sebastienheyd/boilerplate

Laravel Boilerplate based on AdminLTE 3 with blade components, user management, roles, permissions, logs viewer, ...

29019.5k3](/packages/sebastienheyd-boilerplate)

PHPackages © 2026

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