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

serpapi logo
SerpApi

The Web Search API for Your LLM and AI Applications

Visit SerpApi

The latest

View all →
Agent Run Observability in Laravel AI SDK 0.11 image

Agent Run Observability in Laravel AI SDK 0.11

Read article
Debounced Queued Event Listeners in Laravel image

Debounced Queued Event Listeners in Laravel

Read article
Statamic Mailables Viewer Previews Laravel Emails in the Control Panel image

Statamic Mailables Viewer Previews Laravel Emails in the Control Panel

Read article
Laravel Tackle: Run an AI Coding Agent in Your Laravel App image

Laravel Tackle: Run an AI Coding Agent in Your Laravel App

Read article
Queue::forward(): Reroute Laravel Queues in One Place image

Queue::forward(): Reroute Laravel Queues in One Place

Read article
Laravel Read-Through Filesystem: Lazy Storage Migration image

Laravel Read-Through Filesystem: Lazy Storage Migration

Read article