I have a strange issue in laravel 4 as each time I try to refresh the page changes doesn\'t appear . For sure it\'s not browser\'s cache . Any help appretiated
I was having the same issues and found an answer:
Try disabling OPcache in your php.ini
If you use MAMP, it can be found at /Applications/MAMP/bin/php/php5.5.3/conf/php.ini
And dont forget to restart MAMP.