2017 © Pedro Peláez
 

library persian-voyager

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

image

smohe1991/persian-voyager

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

  • Tuesday, May 2, 2017
  • by smohe1991
  • Repository
  • 1 Watchers
  • 1 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1483 Forks
  • 0 Open issues
  • 74 Versions
  • 0 % Grown

The README.md

, (*1)

Build Status Build Status Total Downloads Latest Stable Version License Awesome Voyager , (*2)

Voyager - The Missing Laravel Admin

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

Voyager Screenshot, (*4)

Website & Documentation: https://laravelvoyager.com, (*5)

Video Demo Here: https://devdojo.com/series/laravel-voyager-010/, (*6)

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

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


Laravel Admin & BREAD System (Browse, Read, Edit, Add, & Delete), made for Laravel 5.3., (*9)

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

composer require tcg/voyager

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

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:, (*12)

APP_URL=http://localhost:8000

Add the Voyager service provider to the config/app.php file in the providers array:, (*13)

'providers' => [
    // Laravel Framework Service Providers...
    //...

    // Package Service Providers
    TCG\Voyager\VoyagerServiceProvider::class,
    // ...

    // Application Service Providers
    // ...
],

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., (*14)

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

php artisan voyager:install

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

php artisan voyager:install --with-dummy

Troubleshooting: Specified key was too long error. If you see this error message you have an outdated version of MySQL, use the following solution: https://laravel-news.com/laravel-5-4-key-too-long-error, (*17)

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

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

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

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

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

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

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:, (*24)

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

And you will be prompted for the users name and password., (*25)

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

17/02 2017

dev-i18n

dev-i18n 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

26/11 2016

v0.9.29

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

26/11 2016

v0.9.28

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

19/11 2016

v0.9.27

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

12/11 2016

v0.9.26

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

11/11 2016

v0.9.25

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

11/11 2016

v0.9.24

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

11/11 2016

v0.9.23

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

10/11 2016

v0.9.22

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

07/11 2016

v0.9.21

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

07/11 2016

v0.9.20

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

04/11 2016

v0.9.19

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

31/10 2016

v0.9.18

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

31/10 2016

v0.9.17

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

31/10 2016

v0.9.16

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

31/10 2016

v0.9.15

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

31/10 2016

v0.9.14

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

30/10 2016

v0.9.13

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

28/10 2016

v0.9.12

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

28/10 2016

v0.9.11

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

27/10 2016

v0.9.10

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

27/10 2016

v0.9.9

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

27/10 2016

v0.9.8

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

27/10 2016

v0.9.7

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

27/10 2016

v0.9.6

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

27/10 2016

v0.9.5

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

27/10 2016

v0.9.4

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

27/10 2016

v0.9.3

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

27/10 2016

v0.9.2

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

27/10 2016

v0.9.1

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