2017 © Pedro Peláez
 

library voyager

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

image

tcg/voyager

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

  • Tuesday, June 26, 2018
  • by marktopper
  • Repository
  • 409 Watchers
  • 6642 Stars
  • 253,739 Installations
  • PHP
  • 27 Dependents
  • 0 Suggesters
  • 1481 Forks
  • 345 Open issues
  • 100 Versions
  • 16 % Grown

The README.md

, (*1)

Voyager is built with Vue and Bootstrap. If you are looking for a Laravel Starter Kit built that uses Livewire and Tailwind, you may be interested in checking out Genesis, (*2)

, (*3)

Total Downloads Latest Stable Version License Awesome Voyager , (*4)

Voyager - The Missing Laravel Admin

Made with ❤️ by The Control Group, (*5)

Voyager Screenshot, (*6)

Website & Documentation: https://voyager.devdojo.com/, (*7)

Video Tutorial Here: https://voyager.devdojo.com/academy/, (*8)

Join our Slack chat: https://voyager-slack-invitation.herokuapp.com/, (*9)

View the Voyager Cheat Sheet: https://voyager-cheatsheet.ulties.com/, (*10)


Laravel Admin & BREAD System (Browse, Read, Edit, Add, & Delete), supporting Laravel 8 and newer!, (*11)

Want to use Laravel 6 or 7? Use Voyager 1.5, (*12)

Installation Steps

1. Require the Package

After creating your new Laravel application you can include the Voyager package with the following command:, (*13)

composer require tcg/voyager

If you are installing this on Laravel 10, we are working on getting a permanent release available; however, you can still use this with Larvel 10 by requiring the following:, (*14)

composer require tcg/voyager dev-1.6-l10

2. Add the DB Credentials & APP_URL

Next make sure to create a new database and add your database credentials to your .env file:, (*15)

DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret

You will also want to update your website URL inside of the APP_URL variable inside the .env file:, (*16)

APP_URL=http://localhost:8000

3. Run The Installer

Lastly, we can install voyager. You can do this either with or without dummy data. The dummy data will include 1 admin account (if no users already exists), 1 demo page, 4 demo posts, 2 categories and 7 settings., (*17)

To install Voyager without dummy simply run, (*18)

php artisan voyager:install

If you prefer installing it with dummy run, (*19)

php artisan voyager:install --with-dummy

And we're all good to go!, (*20)

Start up a local development server with php artisan serve And, visit http://localhost:8000/admin., (*21)

Creating an Admin User

If you did go ahead with the dummy data, a user should have been created for you with the following login credentials:, (*22)

email: admin@admin.com
password: password, (*23)

NOTE: Please note that a dummy user is only created if there are no current users in your database., (*24)

If you did not go with the dummy user, you may wish to assign admin privileges to an existing user. This can easily be done by running this command:, (*25)

php artisan voyager:admin your@email.com

If you did not install the dummy data and you wish to create a new admin user, you can pass the --create flag, like so:, (*26)

php artisan voyager:admin your@email.com --create

And you will be prompted for the user's name and password., (*27)

The Versions

18/02 2017

v0.10.x-dev

0.10.9999999.9999999-dev https://the-control-group.github.io/voyager/

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tony Lea

laravel admin panel

18/02 2017

v0.10.16

0.10.16.0 https://the-control-group.github.io/voyager/

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tony Lea

laravel admin panel

15/02 2017

v0.10.15

0.10.15.0 https://the-control-group.github.io/voyager/

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tony Lea

laravel admin panel

12/02 2017

v0.10.14

0.10.14.0 https://the-control-group.github.io/voyager/

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tony Lea

laravel admin panel

05/02 2017

v0.10.13

0.10.13.0 https://the-control-group.github.io/voyager/

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tony Lea

laravel admin panel

02/02 2017

v0.10.12

0.10.12.0 https://the-control-group.github.io/voyager/

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tony Lea

laravel admin panel

01/02 2017

dev-testing/test-mulitple-database-drivers

dev-testing/test-mulitple-database-drivers https://the-control-group.github.io/voyager/

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tony Lea

laravel admin panel

18/01 2017

v0.10.11

0.10.11.0 https://the-control-group.github.io/voyager/

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tony Lea

laravel admin panel

18/01 2017

v0.10.10

0.10.10.0 https://the-control-group.github.io/voyager/

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tony Lea

laravel admin panel

12/01 2017

v0.10.9

0.10.9.0 https://the-control-group.github.io/voyager/

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tony Lea

laravel admin panel

08/01 2017

v0.10.8

0.10.8.0 https://the-control-group.github.io/voyager/

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tony Lea

laravel admin panel

29/12 2016

v0.10.7

0.10.7.0 https://the-control-group.github.io/voyager/

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tony Lea

laravel admin panel

28/12 2016

v0.10.6

0.10.6.0 https://the-control-group.github.io/voyager/

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tony Lea

laravel admin panel

20/12 2016

v0.10.5

0.10.5.0 https://the-control-group.github.io/voyager/

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tony Lea

laravel admin panel

14/12 2016

v0.10.4

0.10.4.0 https://the-control-group.github.io/voyager/

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tony Lea

laravel admin panel

13/12 2016

v0.10.3

0.10.3.0 https://the-control-group.github.io/voyager/

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tony Lea

laravel admin panel

11/12 2016

v0.10.2

0.10.2.0 https://the-control-group.github.io/voyager/

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tony Lea

laravel admin panel

10/12 2016

v0.10.1

0.10.1.0 https://the-control-group.github.io/voyager/

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tony Lea

laravel admin panel

08/12 2016

v0.10.0

0.10.0.0 https://the-control-group.github.io/voyager/

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tony Lea

laravel admin panel

07/12 2016

v0.9.35

0.9.35.0 https://the-control-group.github.io/voyager/

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tony Lea

laravel admin panel

30/11 2016

v0.9.34

0.9.34.0 https://the-control-group.github.io/voyager/

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tony Lea

laravel admin panel

29/11 2016

v0.9.33

0.9.33.0 https://the-control-group.github.io/voyager/

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tony Lea

laravel admin panel

28/11 2016

v0.9.32

0.9.32.0 https://the-control-group.github.io/voyager/

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tony Lea

laravel admin panel

27/11 2016

v0.9.31

0.9.31.0 https://the-control-group.github.io/voyager/

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tony Lea

laravel admin panel

27/11 2016

v0.9.30

0.9.30.0

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

  Sources   Download

The Requires

 

by Tony Lea