gpt4 book ai didi

php - Laravel 5 不创建日志

转载 作者:行者123 更新时间:2023-12-05 05:25:31 24 4
gpt4 key购买 nike

我开始使用 Laravel 5,使用 Homestead/Vagrant 作为服务器,使用 Putty 通过 SSH 连接。

我正在构建我的第一个站点,它没有在 /storage/logs 中创建日志。它也不显示错误。我已经在 /storage 目录上运行了 chmod -777,所以不是这样。有什么想法吗?

更新:按照建议,我进入了 vagrant/var/hhvm/中的 error.log。果然,就是这样。错误是“\n fatal error :Class undefined: HTML in/home/vagrant/Code/Laravel/storage/framework/views/441aef21be6c3c32079f86e5812a9d0a on line 39”

我按照下面列出的步骤添加了类。 http://laravelcollective.com/docs/5.0/html#installation编辑 composer.json,运行 composer update,添加提供者和别名。仍然得到死亡的白屏。

/storage/ 中现在有一个日志,上面写着:

[2015-05-27 11:33:44] local.ERROR: exception 'InvalidArgumentException' with message 'Command "tail" is not defined.' in /home/vagrant/Code/laravel/vendor/symfony/console/Symfony/Component/Console/Application.php:549 , followed by a stack trace. This seems to be the error thrown by my attempt to run laravel tail, which I did before looking in the vagrant log. Nothing in there about why it's not loading now.

最佳答案

作为FBidu回答得很好,但是 artisan tail 不是 laravel 5 中的默认包。但是可以安装composer 需要 spatie/laravel-tail

在 config/app.php 中

'providers' => [
...
'Spatie\Tail\TailServiceProvider',
...
];

完成后你可以使用tail你的本地日志

php artisan 尾部

远程日志可以用tailphp artisan尾制作

Link here

关于php - Laravel 5 不创建日志,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30466542/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com