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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package voyager

Voyager Admin

Latest Stable Version Total Downloads License

[!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

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 [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/voyageryellow-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/voyager on Packagist.


All versions of voyager with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3|^8.4|^8.5
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 *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package yellow-three/voyager contains the following files

Loading the files please wait ...