gavinj1999 / voyager

Voyager -My fork

Home Page:https://voyager-admin.github.io/voyager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Voyager -My fork

https://voyager-admin.github.io/voyager

License:MIT License


Languages

Language:Vue 51.2%Language:PHP 32.5%Language:TypeScript 11.7%Language:SCSS 2.5%Language:JavaScript 1.6%Language:Blade 0.5%