Answers for "log in console command laravel"

PHP
2

how console log laravel

use Illuminate\Support\Facades\Log;

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

echo in console command laravel

$this->info('Creating sample users...');
Posted by: Guest on October-08-2021

Browse Popular Code Answers by Language