Wie Konsolenprotokoll Laravel
use Illuminate\Support\Facades\Log;
Log::info("the message for log");
Mohamad
use Illuminate\Support\Facades\Log;
Log::info("the message for log");
error_log('Some message here.');