How to install Laravel Nova

Purchase a license

Download the software from the releases section of the website

Add this to the require section in composer.json:

"laravel/nova": "*"

Add this entire section to composer.json:

"repositories": [
{
"type": "path",
"url": "./nova"
}
]

do composer update (or composer install if that doesn’t work)

Then

php artisan nova:install

php artisan migrate

Reference

https://nova.laravel.com/docs/2.0/installation.html#requirements

See also

How to change from Laravel Nova loaded locally to Laravel Nova being updated automatically from the Nova Repository

 

Share this article

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to Top