Download the PHP package monstrex/voyager without Composer
On this page you can find all versions of the php package monstrex/voyager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download monstrex/voyager
More information about monstrex/voyager
Files in monstrex/voyager
Package voyager
Short Description A Laravel Admin Package for The Control Group to make your life easier and steer your project in the right direction
License MIT
Homepage https://voyager.devdojo.com/
Informations about the package voyager

Voyager
This repository is a fork of the classic TCG Voyager admin panel.
The goal is to preserve the classic Voyager experience while running on a modern PHP/Laravel stack and keeping the codebase actively maintained.
What changed in this fork
- Modern stack: PHP 8.2+ and Laravel 11/12.
- Build tooling: Webpack/Mix -> Vite.
- Editors: TinyMCE -> Jodit (lazy-loaded); Ace for code fields.
- Media layer: Custom Media Storage subsystem (no Spatie Media Library).
- Advanced BREAD fields:
adv_image,adv_media_files,adv_inline_set,adv_related,adv_select_dropdown_tree,adv_json,adv_fields_group. - UX improvements: browse filters, inline editing, tree view, sticky action panel, improved media crop UI.
This fork is not affiliated with The Control Group and is maintained independently.
Installation
Run the installer (with or without dummy data):
Installer options
Refresh seed data
Use this when you want to restore/update Voyager BREAD, menus, permissions, and settings to the package defaults without re-installing:
With a specific locale:
Creating an Admin User
To create a new admin user in one step:
Frontend Assets (Admin UI)
Voyager's admin assets are built with Vite. When you modify frontend assets:
Published assets live in public/vendor/voyager and are required at runtime.
Uninstall (manual)
Voyager does not ship a dedicated uninstall command. To remove it:
1) Remove the package:
2) Roll back or delete Voyager tables (if you want to clean the DB).
3) Remove the Voyager routes block from routes/web.php:
4) Delete published assets/config if needed:
public/vendor/voyagerconfig/voyager.php
5) (Optional) Remove the storage symlink:
Documentation
Docs live in docs/ and include fork-specific guides:
docs/fork/overview.mddocs/fork/assets-and-editors.mddocs/fork/media-storage.md
All versions of voyager with dependencies
illuminate/support Version ^11.0|^12.0
doctrine/dbal Version ^4.0
arrilot/laravel-widgets Version ^3.13
league/flysystem Version ^3.0
ext-json Version *