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 tutorial, although not a real tutorial, states the following https://www.dropbox.com/s/bggom68ga...
Series::with('products')->where('id', '!=', 3)->get(); // eager loading Series::where('id', '...
to get it to work you need to remove the PHP tags and pass $users to the view in your controller do...
another possibility <?php abstract class AbstractModel extends \Illuminate\Database\Eloquent\Mod...
Form::open(array('url' => 'customers-update', 'class' => 'form-horizontal', 'method' => 'pu...
The Laravel portal for problem solving, knowledge sharing and community building.