Laravel错误消失了

时间:2015-10-12 17:48:09

标签: laravel compiler-errors

$scope.hotKeys = { 'primaryTest': {name: 'primaryTest', keyCode: 49, keyShortcut: "1", funcTriggered: $scope.clickFunction}, 'secondaryTest': {name: 'secondaryTest', keyCode: 50, keyShortcut: "2", funcTriggered: $scope.clickFunction} } <button hot-key-button hot-key="hotkeys.primaryTest"></button> // or use it as a variable <button hot-key-button hot-key="hotkeys[btnName]"></button> 大家好我所有的Windows 7(所以我没有任何文件夹权限)我已经看不到Laravel错误了。昨天工作得很好。 为什么?怎么了? Laravel版本5.1和Web服务器最新版本。

我发现了link

但无法找到文件 - storage / meta / compiled.php 这个命令对我不起作用 - enter code here

还在.env和app.php文件中调试= true

请帮助

1 个答案:

答案 0 :(得分:0)

如果您阅读installation documentation,您会找到以下信息:

  

安装Laravel后,您可能需要配置一些权限。存储中的目录和引导/缓存目录应该可由Web服务器写入。如果您使用的是Homestead虚拟机,则应已设置这些权限。