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


Revision #1
Created 14 April 2025 05:23:04 by Admin
Updated 14 April 2025 05:23:04 by Admin