Anyone going? http://www.amsterdamhackathon.com
I've created my very first 2 blog posts about creating and using repositories in Laravel http://blog...
you should look into Relationships if you want to learn Laravel http://laravel.com/docs/eloquent#rel...
FYI DB::getQueryLog(); // array of executed queries
did you try this // Reservation model return $this->belongsTo('User', 'foreign_key', 'local_key')...
is there a reason you don't want to use integers? your app can still work with (string) user_id if y...
The Laravel portal for problem solving, knowledge sharing and community building.