Download the PHP package yellow-three/voyager without Composer
On this page you can find all versions of the php package yellow-three/voyager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download yellow-three/voyager
More information about yellow-three/voyager
Files in yellow-three/voyager
Package voyager
Short Description Community fork of the archived thedevdojo/voyager — Laravel 13 + Livewire 4 + Tailwind CSS 4
License MIT
Homepage https://github.com/yellow-three/voyager
Informations about the package voyager
[!IMPORTANT] This is
yellow-three/voyager— a community fork of the archivedthedevdojo/voyagerpackage. The originaltcg/voyager/thedevdojo/voyagerwas archived in February 2025. This fork targets Laravel 13, Livewire 4, Tailwind CSS 4 and is actively maintained.
Voyager v3 — The Missing Laravel Admin
A powerful, modern Laravel admin panel built on:
| Technology | Version |
|---|---|
| Laravel | ^13.0 |
| Livewire | ^4.0 (SFC / MFC) |
| Tailwind CSS | 4.x |
| Alpine.js | ^3.0 |
| PHP | ^8.3 | ^8.4 | ^8.5 |
| Build | Vite |
Quick Start
1. Require the Package
2. Install
3. Access the Admin Panel
Start your dev server:
Visit: http://localhost:8000/admin
Default admin credentials (dummy install):
[email protected] |
|
| Password | password |
Migrating from tcg/voyager?
See the Migration Guide for full instructions on migrating from the original archived tcg/voyager package.
What's New in v3
| Feature | Description |
|---|---|
| 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
| Plugin | Package | Description |
|---|---|---|
| Menu Builder | yellow-three/voyager-menu |
Drag-and-drop menu manager |
| Blog | yellow-three/voyager-blog |
Posts, Pages, Categories |
Creating an Admin User
Documentation
| Document | Description |
|---|---|
| UPGRADE.md | v2 → v3 upgrade guide |
| CHANGELOG.md | Release history |
| docs/migration.md | tcg/voyager → yellow-three/voyager namespace migration |
| docs/plugin-development.md | Building plugins |
| docs/bread-json.md | JSON BREAD format reference |
Contributing
This is a community-maintained fork. Issues and PRs are welcome at yellow-three/voyager.
License
The Voyager package is open-sourced software licensed under the MIT license.
Original project: thedevdojo/voyager (archived February 2025) —
tcg/voyageron Packagist.
All versions of voyager with dependencies
illuminate/support Version ^13.0
livewire/livewire Version ^3.0|^4.0
intervention/image Version ^3.0
doctrine/dbal Version ^3.1|^3.5|^4.0
laravel/ui Version >=1.0
league/flysystem Version ~3.0
ext-json Version *