Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Dalma's avatar
Level 6

Forge -CSS files cached?

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?

0 likes
1 reply
Nash's avatar

Try php artisan cache:clear instead of config:clear. Could also be your browser cache: try CTRL+F5 to refresh.

Please or to participate in this conversation.