laravel logs path

storages/logs

for adding logging in laravel follow this steps

use Illuminate\Support\Facades\Log;
Log::debug('updatedSelectedClientId: client retrieved', ['client' => $client]);

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *