nova-kit / nova-installer

Setup basic application with Nova.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Nova Installer

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

About

Setup basic application with Nova.

License:MIT License


Languages

Language:PHP 100.0%