These are my commands before deploying to production (in the following sequence):
composer update
composer install
php please search:update
php please stache:clear
php please static:clear
npm run production
php artisan config:cache
I have seen others also utilize:
php artisan clear-compiled
composer dumpautoload
Any thoughts in general and about the sequence would be appreciated, thanks