Support the ongoing development of Laravel.io →
zenry

zenry

Joined 3 Feb 2014

Statistics

Threads 2
Replies 218
Solutions 25
Articles 0
posted 11 years ago

Amsterdam Hackatron

Anyone going? http://www.amsterdamhackathon.com

0 Likes
0 Replies

Repository tutorial

I've created my very first 2 blog posts about creating and using repositories in Laravel http://blog...

0 Likes
6 Replies
replied 11 years ago

Create unique alphanumeric random string in "id" column

mruoss said: I'm using UUIDs as primary keys for all my models. Have a look at this: http://garrett...

0 Likes
replied 11 years ago

Eloquent one-to-many multiple insert

move the creating and saving of the model inside the loop as well

0 Likes
replied 11 years ago

Eloquent one-to-many multiple insert

Can you show us the loop you created?

0 Likes
replied 11 years ago

Create unique alphanumeric random string in "id" column

What kind of security would you get by doing this? If you are worried about using row id's in your U...

0 Likes
replied 11 years ago

Model Question

$product = Product::with(array('stock' => function($query) { $query->sum('value'); }))->...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2026 Laravel.io - All rights reserved.