Voyager - The Missing Laravel Admin
Voyager is a Laravel Admin Package with a BREAD system (Browse, Read, Edit, Add, & Delete), supporting Laravel 8 and newer!
Key Features:
- BREAD System: Simplifies database interactions with an intuitive interface.
- Media Manager: Easily manage and organize your application's files.
- Menu Builder: Create and manage application menus with a drag-and-drop interface.
- User Management: Streamline user roles and permissions.
- Admin Dashboard: Provides a central hub for managing your application.
Installation:
composer require tcg/voyager
php artisan voyager:install
Admin User:
- email:
admin@admin.com
- password:
password
Voyager is a tool for developers looking to quickly scaffold an admin interface for Laravel applications. It is useful for projects that require a CMS-like backend without the overhead of a full-fledged CMS.