storages/logs
for adding logging in laravel follow this steps
use Illuminate\Support\Facades\Log;
Log::debug('updatedSelectedClientId: client retrieved', ['client' => $client]);
storages/logs
for adding logging in laravel follow this steps
use Illuminate\Support\Facades\Log;
Log::debug('updatedSelectedClientId: client retrieved', ['client' => $client]);
Leave a Reply