I have a website that uses vuejs as frontend and Laravel API in backend. Recently I updated my Laravel site it was working absolutely fine in my localhost. But the problem is when I upload my Laravel files to my hostinger.com hosting account it's not updating. It's displaying me old site but my database got updated and I was able to errors of the new site.
I tried these none of them seems to be working,
- Cleared browser history and cache
- Tried reuploading site again
- I ran following commands
php artisan config:cache
php artisan route:cache
php artisan view:cache
npm run prod
- Tried to use cmd command
ipconfig/flushdns
Still, I was not able to solve the issue.