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

How can I cache all data in Eloquent

$users = User::with('info')->remember(10)->get(); or $users = Cache::remember('users', 10, fu...

0 Likes
replied 11 years ago

Concating Issues

look at http://laravel.com/docs/queries#updates ps why do you need concat? you have to power of PHP

0 Likes
replied 11 years ago

Error on Controller::getAfterFilters()

maybe telling us what the error is might help ;)

0 Likes
replied 11 years ago

getting model belongsTo attributes

public function getPriceAttribute() { $batch = $this->batch; return $batch->price; }...

0 Likes
replied 11 years ago

Naming RESTful Controller Methods

that said I still think you should define everything, I've created app/routes/product.php and includ...

0 Likes
Solved

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.