laravel错误文件位于何处?或者Laravel中是否有默认错误日志?

时间:2016-12-27 20:38:25

标签: laravel laravel-5.2

我正在使用laravel进行中型项目很长一段时间,当然我使用框架的调试器-laravel-,但现在我不时会看到错误的页面但是如果没有"那么就会出现问题。没有任何错误规范,我在ajax请求中看到了很多,但我只是实现了页面而且它已经消失了!

最后错误再次出现,我可以在我的终端看到它,命令尾巴在这里

这就是我得到的

[2016-12-28 14:54:04] production.ERROR: exception 'RuntimeException' with message 'No supported encrypter found. The cipher and / or key length are invalid.' in D:\shop\tess\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php:45
Stack trace:
#0 D:\shop\tess\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php(25): Illuminate\Encryption\EncryptionServiceProvider->getEncrypterForKeyAndCipher(NULL, 'AES-256-CBC')
#1 D:\shop\tess\vendor\laravel\framework\src\Illuminate\Container\Container.php(731): Illuminate\Encryption\EncryptionServiceProvider->Illuminate\Encryption\{closure}(Object(Illuminate\Foundation\Application), Array)

我在github上找到了这个帮助https://github.com/orchestral/testbench/issues/93

2 个答案:

答案 0 :(得分:4)

确保APP_DEBUG文件中的true设置为.env

答案 1 :(得分:0)

您可以使用以下命令检查错误tail -f storage/logs/laravel.log可能是不同的错误