Skip to content

Instantly share code, notes, and snippets.

@oktavianto
Created September 11, 2022 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oktavianto/62e1f50b876f9e378af97f3ec6e84cbd to your computer and use it in GitHub Desktop.
Save oktavianto/62e1f50b876f9e378af97f3ec6e84cbd to your computer and use it in GitHub Desktop.
pm2 restart 0
cd ~/web/
composer install --optimize-autoloader --no-dev
npm install
php artisan config:cache
php artisan route:cache
php artisan view:cache
npm run prod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment