use \Log::info($data)
Jan 8, 2019
12
Level 6
Laravel Log doesn't work.
Hello everyone I'm just making project in 5.7... When I try to use Log::info($data) I cannot see the laravel.log in the storage though theres laravel-2019-01-07.log and laravel-2019-01-07.log in my previous project in 5.6 I have only laravel.log in my storage logs.
What should I do to display all log in a file name laravel.log? I need to see the errors in stack trace.
Thank you.
Please or to participate in this conversation.