我是閱讀了
https://openclub.alipay.com/r...
跟著走的
錯誤長這樣
我引入了以後,試圖執行
在這個地方,執行了$lotus->init();之後就出錯了
程式碼裡邊是判斷$defaultStoreDir = realpath($this->defaultStoreDir)
是但是 $this->defaultStoreDir輸出 就是 /tmp/
realpath($this->defaultStoreDir) 就是什麼都沒有,是空的
win7/wamp/laravel5.2
換成一個存在的dir啊