Anyone going? http://www.amsterdamhackathon.com
I've created my very first 2 blog posts about creating and using repositories in Laravel http://blog...
mruoss said: I'm using UUIDs as primary keys for all my models. Have a look at this: http://garrett...
move the creating and saving of the model inside the loop as well
What kind of security would you get by doing this? If you are worried about using row id's in your U...
$product = Product::with(array('stock' => function($query) { $query->sum('value'); }))->...
The Laravel portal for problem solving, knowledge sharing and community building.