Skip to main content

Sadržaj

script should do composer update, npm install and update, npm run dev, php artisan optimize clear and php artisan migrate

composer update -no interaction

composer update -n composer dump-autoload --optimize

php artisan optimize clear

php artisan cache:clear php artisan route:clear php artisan config:clear php artisan view:clear php artisan optimize:clear

php artisan route:cache php artisan config:cache php artisan event:cache php artisan view:cache

npm update silent // NCU

ncu -u -t patch && npm install && npm audit fix --force ncu -u -t minor && npm install && npm audit fix --force npm run dev