Skip to content

Instantly share code, notes, and snippets.

View Vercoutere's full-sized avatar
✌️

Jonathan Vercoutere Vercoutere

✌️
View GitHub Profile
@Vercoutere
Vercoutere / cv.md
Last active July 18, 2017 15:47
Curriculum Vitae Jonathan Vercoutere

Aha, congratulations, you are about to enter the magical world that is my personal...

Curriculum Vitae

About me

The name's Jonathan. I'm a 29 year old tech-savvy go-getter located in the north-western part of Belgium. Never drank coffee and not too keen on beer, but I am addicted to ridiculously spicy food. When I'm not messing about on a computer you'll usually find me snowboarding or watching a movie with the family.

@Vercoutere
Vercoutere / One.php
Last active September 16, 2015 09:38
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class One extends Model {
public function getIdAttribute($value) {
@Vercoutere
Vercoutere / 1.Summary.md
Last active November 15, 2018 09:34
Laravel 5 middleware class that sets a context in a multi-tenant app + updated version for easier testing with example testcase.