Laravel 4 not refreshing

后端 未结 5 890
温柔的废话
温柔的废话 2021-01-07 00:16

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

5条回答
  •  既然无缘
    2021-01-07 00:59

    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.

提交回复
热议问题