Skip to content

How to install backend packages

Dmitriy Orlov edited this page Oct 12, 2023 · 1 revision

The install:backend command allows you to install various backend packages for your Laravel application. You can select and install packages, as well as choose a backend content management system, such as Laravel Nova, Filament, or Statamic.

Usage

Use the following Artisan command to start: php artisan install:backend

This command will guide you through the process of selecting and installing backend packages and choosing a content management system.

Available Backend Packages

The following backend packages are available for installation:

You can select multiple packages for installation, and each selected package will be installed and configured.

Backend CMS

After installing backend packages, you can choose one of the following content management systems (CMS):

  • Laravel Nova: Installs Laravel Nova, a powerful administration panel for your application. You'll need to provide your Nova license email and key.
  • Filament: Installs Filament, a modern admin panel for your Laravel application.
  • Statamic: Installs Statamic, a flat-file CMS. Note that this option requires additional configuration.

Configuration

Some packages may require configuration, and you'll be prompted to provide the necessary details during the installation process.

Running the Command

When you run the command, it will:

  • Install the selected backend packages.
  • Configure and set up the chosen content management system (if applicable).
  • Create a backend user with the required information.
  • Update your Laravel application's routes and configurations as needed.
Clone this wiki locally