Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

phoenixg's avatar

How to deploy Nova?

After I run composer install --no-dev and yarn run productionunder the Laravel project root directory, what else should I run to deploy nova? Seem's there are some other NPM things to install.

0 likes
2 replies
samo's avatar

The documentation is all you need

php artisan nova:publish

phoenixg's avatar

@samo So am I supposed to add /public/vendor/nova and /resources/lang/vendor/nova and /resources/views/vendor/nova/partials to .gitignore file?

Please or to participate in this conversation.