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/voyageror
Install via npx
npx @hexmos/ipm i thedevdojo/voyagerPrerequisites
Laravel
languageVersion: 8.0.0 or higher
PHP
languageVersion: >=7.4
Composer
package_managerVersion: 2.0.0 or higher
Git
system_toolVersion: 2.35.1 or higher
MySQL
system_packageVersion: 8.0.34 or higher
PostgreSQL
system_packageVersion: 15.2 or higher
Docker
system_toolVersion: 20.10.1 or higher
Node.js
build_toolVersion: 18.19.0 or higher
npm
package_managerVersion: 12.14.0 or higher
Yarn
package_managerVersion: 2.0.0 or higher
PHPStorm
environmentVersion: 2023.3.1 or higher
VS Code
environmentVersion: 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.comPost Installation Steps
- Start the server with `php artisan serve`.
- Run database migrations with `php artisan migrate`.
