Laravel and view caching in development — can't see changes right away

后端 未结 7 1653
情深已故
情深已故 2020-12-01 14:21

Some friends and I decided to start working on a project and we came across Laravel and thought it might be a good tool. We started using it locally to develop out some of

相关标签:
7条回答
  • 2020-12-01 14:50

    Futhermore, don't forget this taken from: http://php.net/manual/en/opcache.configuration.php#ini.opcache.revalidate-freq

    "This configuration directive is ignored if opcache.validate_timestamps is disabled."

    Which was the case for me.

    0 讨论(0)
提交回复
热议问题