Anyone going? http://www.amsterdamhackathon.com
I've created my very first 2 blog posts about creating and using repositories in Laravel http://blog...
what about $roles = User::find(1)->roles; if ($roles->contains(2)) { // } source: http:/...
speaking of 'right ways', I think it's better to have a CircuitController instead of a CircuitsCont...
that is why you can name your routes ;) http://laravel.io/bin/0zb4 last thing you want to do is go a...
you can always do something like this, though it doesn't make sense in my opinion boostrap/start.php...
The Laravel portal for problem solving, knowledge sharing and community building.