Answers for "how to log to console in laravle"

PHP
1

how console log laravel

use Illuminate\Support\Facades\Log;

Log::info("the message for log");
Posted by: Guest on June-15-2021

Browse Popular Code Answers by Language