Is it okay to run php artisan :clear commands on a production laravel website? [closed]
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 2 months ago . Improve this question I have a production Laravel website hosted on a DigitalOcean NGINX server, and every time I git push new updates, I always run the following commands: php artisan config:clear php artisan cache:clear php artisan route:clear php artisan view:clear