voyager-admin / voyager
A Laravel Admin Package to make your life easier and steer your project in the right direction
v1.4.2
2020-07-02 13:40 UTC
Requires
- ext-json: *
- arrilot/laravel-widgets: ^3.7
- doctrine/dbal: ^2.5
- illuminate/support: ~6.0|~7.0
- intervention/image: ^2.4
- larapack/doctrine-support: ~0.1.4
- larapack/voyager-hooks: ~1.2.1
- laravel/ui: >=1.0
- league/flysystem: ~1.0.41
Requires (Dev)
- laravel/browser-kit-testing: >=5.0.0
- laravel/framework: ~6.0|~7.0
- orchestra/testbench: >=4.0
- orchestra/testbench-browser-kit: >=4.0
- phpunit/phpcov: >=6.0
- phpunit/phpunit: >=8.0
This package is auto-updated.
Last update: 2026-06-21 18:05:16 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.