Did you run a:
config:clear
if you made any config changes.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
According to the documentation, the logging service is readily available through the Log facade. However, when attempting to make a call to Log::debug("message"); , an exception stating "A facade root has not been set." is getting tossed. I'm assuming there's a configuration step I'm missing, but I've double checked that the $app->withFacades(); call is uncommented in my bootstrap/app.php file. Any help would be greatly appreciated.
Please or to participate in this conversation.