Voyager 2
2.x
2.x
  • Introduction
  • Javascript
  • Media Manager
  • Plugins
  • Settings
  • bread
    • Actions
    • BREAD Builder
    • Layouts
    • Lists
    • Manipulate data
    • Multilanguage
    • Relationships
    • Validation
    • Views
  • contributing
    • Assets
    • CSS
    • Introduction
  • de
    • index
  • formfields
    • Checkboxes
    • Date & Time
    • Dynamic input
    • Formfields
    • Media Picker
    • Number
    • Password
    • Radios
    • Relationship
    • Repeater
    • Select
    • Simple array
    • Slider
    • Slug
    • Tags
    • Text
    • Toggle
  • getting-started
    • Installation
    • Prerequisites
    • Tips and tricks
    • What is Voyager
  • overriding
    • Overriding formfields
    • Icons
  • plugins
    • Assets
    • Components
    • Features
    • Filter
    • Plugin development
    • Language
    • Menu Items
    • Custom pages
    • Preferences
    • Routes
    • Settings
    • Widgets
Powered by GitBook
On this page
  • Require the Package
  • Run The Installer

Was this helpful?

  1. getting-started

Installation

Require the Package

After creating your new Laravel application you can include the Voyager package with the following command:

composer require voyager-admin/voyager:"2.x-dev@dev"

Run The Installer

Now we are ready to install Voyager. To do so, run

php artisan voyager:install

And that's it. You can now go to http://[YOUR URL]/admin and login with any existing user.

Previousgetting-startedNextPrerequisites

Last updated 3 years ago

Was this helpful?