Level 20
Try php artisan cache:clear instead of config:clear. Could also be your browser cache: try CTRL+F5 to refresh.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I was just releasing a software modification to my production site on Forge and one of the CSS changes I also released is not being reflected. I have ssh'd into the account and see that my modified file is in place so I assume that either my browser or the webserver is caching my previous CSS file. I tried
php artisan config:clear
and restarted nginx on the server.
Any ideas?
Please or to participate in this conversation.