gpt4 book ai didi

php - 如何从 Laravel Controller 写入控制台?

转载 作者:IT王子 更新时间:2023-10-29 00:57:18 25 4
gpt4 key购买 nike

所以我有一个 Laravel Controller :

class YeahMyController extends BaseController {
public function getSomething() {
Console::info('mymessage'); // <-- what do I put here?
return 'yeahoutputthistotheresponse';
}
}

目前,我正在使用 artisan(在后台运行 PHP 的内置开发 Web 服务器)运行应用程序:

php artisan serve

我想将控制台消息记录到 artisan 进程的 STDOUT 管道。

最佳答案

啊哈!

这可以通过以下 PHP 函数完成:

error_log('Some message here.');

在这里找到答案:Print something in PHP built-in web server

关于php - 如何从 Laravel Controller 写入控制台?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25148662/

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