Laravel Catch Exception Ex -Protokoll speichern

use Illuminate\Support\Facades\Log;

catch (\Exception $ex) {
            Log::error($ex);
        }


Shadow