Applications

Laravel Voyager – A Laravel Admin Package

Published
Laravel Voyager – A Laravel Admin Package image

Voyager is a new package created by The Control Group that provides a complete admin system to quickly scaffold out your app. It features:

Media Manager

Voyager has an amazing fully function media manager which allows you to view/edit/delete files from your storage. All files in your application will be easily accessible and will live in a single place. Compatible with local or s3 file storage.

Menu Builder

You can easily build as many menus for your site. You can add/edit/delete menu items from as many menus as you would like. Then it’s super easy to display your menu on the front-end of your app:

Menu::display('main')

Database Manager

You can actually manipulate your database directly from the Voyager admin. You can add, edit, or delete tables. When creating a new table you can also specify if you would like voyager to create your Model for you.

BREAD/CRUD Builder

Similar to CRUD, Voyager has a system called BREAD which is Browse, Read, Edit, Add, and Delete. You can easily add any BREAD views and functionality to any table in your database. Have a products table, easily add the Browse Read Edit Add & Delete functionality in seconds!

Demo Video

For more information on Voyager check out the official site and it’s documentation

Eric L. Barnes photo

Eric is the creator of Laravel News and has been covering Laravel since 2012.

Sponsored

masteringlaravel logo
Laravel Code Review

Get expert guidance in a few days with a Laravel code review

Visit Laravel Code Review

The latest

View all →
Lerd: A Free, Open Source Herd Alternative for Linux and macOS image

Lerd: A Free, Open Source Herd Alternative for Linux and macOS

Read article
Let's Encrypt HTTPS on an IP Address With FrankenPHP image

Let's Encrypt HTTPS on an IP Address With FrankenPHP

Read article
Laravel Chores: Resumable Data Operations and Cleanups image

Laravel Chores: Resumable Data Operations and Cleanups

Read article
NativePHP v4: Build Native iOS and Android UI in Blade image

NativePHP v4: Build Native iOS and Android UI in Blade

Read article
Laravel Lock: Distributed Locks for Models and Routes image

Laravel Lock: Distributed Locks for Models and Routes

Read article
Laravel Image Responses: Serve Resized Images From Routes image

Laravel Image Responses: Serve Resized Images From Routes

Read article