More Premium Hugo Themes Premium Vue Themes

Voyager

Voyager - The Missing Laravel Admin

Voyager

Voyager - The Missing Laravel Admin

Author Avatar Theme by thedevdojo
Github Stars Github Stars: 11838
Last Commit Last Commit: Feb 7, 2025 -
First Commit Created: Aug 27, 2024 -
default image

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:

  1. Require the Package: Install the Voyager package in your Laravel application.
    composer require tcg/voyager
    
  2. Add the DB Credentials & APP_URL: Update database credentials and website URL in your .env file.
  3. 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
      

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.