The problem is that I change the js files that are in the public folder. But after I upload them to the server using git, nothing changes on the server and the site appears as if it is the old js. Although even if I go through the server and see the content of the file, it is updated.
I tried clearing laravel caches. php artisan view:clear php artisan route:cache php artisan cache:cl php artisan optimize:clear I've tried clearing the server's own cache. Also I updated my browser cache and it still doesn't work.
It only helps if I rename the file to a name I have not named yet. Then it will be updated on the site.