Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

147 Commits
147 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voyager - The Missing Laravel Admin

Made with ❤️ by The Control Group

Build Status

Voyager Screenshot

Video Demo Here: https://devdojo.com/episode/laravel-admin-package-voyager

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

Voyager Logo

After creating your new Laravel application you can include the Voyager package with the following command:

composer require tcg/voyager

Next make sure to create a new database and add your database credentials to your .env file:

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

Add the Voyager service provider as well as the Image Intervention service provider to the config/app.php file in the 'providers' => [ array:

TCG\Voyager\VoyagerServiceProvider::class,
Intervention\Image\ImageServiceProvider::class,

Lastly, we can install voyager by running

php artisan voyager:install

If you don't have composer installed and use composer.phar instead, do the following:

composer.phar dump-autoload

And then:

php artisan db:seed

And we're all good to go!

Start up a local development server with php artisan serve And, visit http://localhost:8000/admin and you can login with the following login credentials:

**email:** admin@admin.com
**password:** password

About

Voyager - The Missing Laravel Admin

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.