Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

gianmarx's avatar

lumen does not log

I installed a Lumen application with laradock and everything works in bootstrap I removed the comments from

$app->withFacades();

$app->withEloquent();

but if I try to do a Log::info or something else it doesn't record anything in storage/logs/.. but if I launch an incorrect artisan command like artisan make:event it records it correctly "[2024-02-21 08:38:54] local.ERROR: Command "make:event" is not defined."

0 likes
0 replies

Please or to participate in this conversation.