This is a very hand tutorial: https://github.com/nuxt/docs/blob/master/en/faq/laravel-forge-deployment.md But please change the node update command as recommended by forge to avoid upgrade all the server. from : **sudo apt-get update && sudo apt-get upgrade** to **sudo apt install --only-upgrade nodejs** thanks
This is a very hand tutorial:
https://github.com/nuxt/docs/blob/master/en/faq/laravel-forge-deployment.md
But please change the node update command as recommended by forge to avoid upgrade all the server.
from :
sudo apt-get update && sudo apt-get upgrade
to
sudo apt install --only-upgrade nodejs
thanks