Laravel 4 not refreshing

后端 未结 5 885
温柔的废话
温柔的废话 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

    This could be a problem with the cache engine. If you updated via composer, try getting /app folder updates from github (especially config files), sometimes there are changes in files in that folder. You could also try to chmod 777 storage folder.

提交回复
热议问题