I am at a loss, I can't find anyone else having this issue so it feels like I'm missing something obvious, but I cannot figure it out. When I attempt to log to a specific channel in Laravel (Reference Here) using
Log::channel('a channel')->info('a message');
I get:
PHP Error: Call to undefined method Illuminate/Log/Writer::channel()
Maybe you got the import wrong.
Did you try importing use Illuminate\Support\Facades\Log;?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With