Anyone going? http://www.amsterdamhackathon.com
I've created my very first 2 blog posts about creating and using repositories in Laravel http://blog...
the SO article suggests you have 2 tables and create a relationship between (lookup Eloqunt Relation...
<?php $keyword = Input::get('keyword'); $lessons = Lesson::with('tags')->where('status', '='...
this is one of the reasons where Repositories come in handy other than writing a query scope (http:/...
loose the Route::resource('courses','CourseController'); and start writing every route ;) Route::ge...
The Laravel portal for problem solving, knowledge sharing and community building.