0

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,

  1. Cleared browser history and cache
  2. Tried reuploading site again
  3. I ran following commands

php artisan config:cache php artisan route:cache php artisan view:cache npm run prod

  1. Tried to use cmd command ipconfig/flushdns

Still, I was not able to solve the issue.

Harshith J Poojary
  • 316
  • 10
  • 26

1 Answers1

0

Have you tried refreshing your website with CTRL+F5 or CTRL+R ?

Maxime
  • 159
  • 1
  • 7