nova-kit / nova-installer
This package is abandoned and no longer maintained.
No replacement package was suggested.
Laravel Nova Installer
v0.4.0
2024-03-19 10:20 UTC
Requires
- php: ^7.3|^8.0
- laravel/installer: ^5.0
- nunomaduro/laravel-console-menu: ^3.4
Requires (Dev)
- illuminate/filesystem: ^10.48.2 || ^11.0
- illuminate/support: ^10.48.2 || ^11.0
- laravel-zero/framework: ^10.0
- mockery/mockery: ^1.4.2
- pestphp/pest: ^2.0
- titasgailius/terminal: ^1.0
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