Overview:
Voyager is a Laravel Admin and BREAD system that supports Laravel 8 and newer versions. It is built with Vue and Bootstrap. For those interested in a Laravel Starter Kit using Livewire and Tailwind, they can check out GenesisVoyager.
Features:
- Laravel Admin & BREAD System: Supports Browse, Read, Edit, Add, & Delete functionalities.
- Built with Vue and Bootstrap: Provides a modern and responsive user interface.
- Installation Wizard: Easy installation process with or without dummy data.
- Role-based Access Control: Assign admin privileges to users easily.
- Support for Laravel Versions: Works seamlessly with Laravel 8 and newer versions, with support for Laravel 6 and 7 as well.
Installation:
- Require the Package: Install the Voyager package in your Laravel application.
composer require tcg/voyager
- Add the DB Credentials & APP_URL: Update database credentials and website URL in your .env file.
- Run The Installer: Install Voyager with or without dummy data.
- To install without dummy data:
php artisan voyager:install
- To install with dummy data:
php artisan voyager:install --with-dummy
- To install without dummy data:
Summary:
Voyager is a feature-rich Laravel Admin and BREAD system that provides an easy-to-use interface for managing your Laravel applications. With support for role-based access control, easy installation process, and compatibility with multiple Laravel versions, Voyager offers a convenient solution for developers looking to streamline their admin processes.