nova-kit/nova-installer

Laravel Nova Installer

v0.4.0 2024-03-19 10:20 UTC

This package is auto-updated.

Last update: 2024-03-19 10:21:56 UTC


README

Installation

Install using Composer (Global):

composer global require "nova-kit/nova-installer"

Usage

You can create a new Laravel Nova project using:

laravel-nova new example-app

cd example-app

php artisan serve

Usage using CPX

You can also create new Laravel Nova project using CPX:

cpx nova-kit/nova-installer new example-app