voyager-admin/voyager

A Laravel Admin Package to make your life easier and steer your project in the right direction

Installs: 248

Dependents: 7

Suggesters: 0

Security: 0

Stars: 18

Watchers: 5

Forks: 2 667

Open Issues: 0

Language:Vue


README

helm_dark.svg#gh-light-mode-only helm.svg#gh-dark-mode-only

Total Downloads Latest Stable Version License Maintainability Test coverage

Voyager - The Missing Laravel Admin

Website | Documentation | Slack chat

Laravel 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.