Skip to content

Instantly share code, notes, and snippets.

View spaantje's full-sized avatar

Sonny Spaan spaantje

View GitHub Profile
@spaantje
spaantje / mac-setup-redis.md
Created September 15, 2020 21:07 — forked from tomysmile/mac-setup-redis.md
Brew install Redis on Mac

type below:

brew update
brew install redis

To have launchd start redis now and restart at login:

brew services start redis
@spaantje
spaantje / App\Exceptions\Handler.php
Last active March 3, 2021 17:27
GuzzleHandlerStack.php
<?php
namespace App\Exceptions;
use Exception;
use Laravel\Telescope\Telescope;
use Laravel\Telescope\IncomingEntry;
use GuzzleHttp\Exception\ClientException;
use GuzzleHttp\Exception\ServerException;
use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
@spaantje
spaantje / CurateleEnBewindregisterApi.php
Last active November 30, 2023 15:21
De Rechtspraak CCBR data service
<?php
namespace App\Apis\Rechtspraak;
use SoapVar;
use stdClass;
use SoapClient;
use SoapHeader;
class CurateleEnBewindregisterApi