0

Sometimes my changes are not reflected in the output even after i have modified the view that generates the output. What is the best way to clear the view cache or particular cached view?

Ogie
  • 1,304
  • 2
  • 14
  • 17

1 Answers1

2

use artisan command

$ php artisan cache:clear

to clear the cache

Kalhan.Toress
  • 21,683
  • 8
  • 68
  • 92