pro-cms / voyager
A Laravel Admin Package to make your life easier and steer your project in the right direction
v8
2023-04-11 10:03 UTC
Requires
- php: ^8.0|^8.1
- ext-json: *
- composer/composer: ^2.0
- doctrine/dbal: ^3.3
- emptynick/voyager-tiptap: *
- guzzlehttp/guzzle: ^7.4
- illuminate/contracts: ^8.0|^9.0|^10.0
- illuminate/support: ^10.0
- inertiajs/inertia-laravel: ^0.6.9
- intervention/image: ^2.7
- spatie/laravel-image-optimizer: ^1.7
- tightenco/ziggy: ^1.4
Requires (Dev)
This package is auto-updated.
Last update: 2026-06-12 20:53:48 UTC
README
Voyager - The Missing Laravel Admin
Website | Documentation | Slack chatLaravel Admin & BREAD System (Browse, Read, Edit, Add, & Delete) for Laravel 8 and up!
Installation Steps
1. Require the Package
After creating your new Laravel application you can include the Voyager package with the following command:
composer require voyager-admin/voyager:"2.x-dev@dev"
2. Run The Installer
Now we are ready to install Voyager. To do so, run
php artisan voyager:install
And that's it. You can now go to http://[YOUR URL]/admin and login with any existing user.