logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install thedevdojo/voyager. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

thedevdojo/voyager Installation Guide

How to install thedevdojo/voyager. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for thedevdojo/voyager. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i thedevdojo/voyager
or

Install via npx

npx @hexmos/ipm i thedevdojo/voyager

Prerequisites

Laravel

language

Version: 8.0.0 or higher

PHP

language

Version: >=7.4

Composer

package_manager

Version: 2.0.0 or higher

Git

system_tool

Version: 2.35.1 or higher

MySQL

system_package

Version: 8.0.34 or higher

PostgreSQL

system_package

Version: 15.2 or higher

Docker

system_tool

Version: 20.10.1 or higher

Node.js

build_tool

Version: 18.19.0 or higher

npm

package_manager

Version: 12.14.0 or higher

Yarn

package_manager

Version: 2.0.0 or higher

PHPStorm

environment

Version: 2023.3.1 or higher

VS Code

environment

Version: 1.84.1 or higher

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Composer Installation

composer require tcg/voyager

php artisan voyager:install

php artisan voyager:install --with-dummy

php artisan voyager:admin your@email.com

Post Installation Steps

  • Start the server with `php artisan serve`.
  • Run database migrations with `php artisan migrate`.