In Compiler.php line 36: Please provide a valid cache path.

/*********************************************************************************
 *        In Compiler.php line 36: Please provide a valid cache path.
 * 说明:
 *     安装OpenSourceBikeShare过程中遇到的报错,由于目前对这个东西不熟悉,解决了挺久的。
 *
 *                                              2018-3-26 深圳 宝安西乡 曾剑锋
 ********************************************************************************/

一、参考文档:
    1. Please provide a valid cache path
        https://stackoverflow.com/questions/38483837/please-provide-a-valid-cache-path

二、解决方法:
    create these folders under storage/framework:
      * sessions
      * views
      * cache
    Now its worked!

 

posted on 2018-03-26 10:45  zengjf  阅读(486)  评论(0编辑  收藏  举报

导航