0

My Laravel project is not changing even after I have cleared and refresh everything.

I tried clearing the view, deleting the files manually. I tried cache:clear tried changing the root folder name too yet the project is still showing the older codes. Please help

Gel
  • 11
  • 6

3 Answers3

0

Have you tried command php artisan view:clear?

Also try to disable OPcache php extention.

0

Are you sure you run the correct project, not anything else?

also, did you try this:

php artisan optimize
Eyad Jaabo
  • 391
  • 3
  • 13
0

Where did you change the code? What files? This usually works for me.

php artisan config:cache
php artisan cache:clear
daugaard47
  • 1,726
  • 5
  • 39
  • 74