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

Dynamic filter class arguments

check your $request in the filter I believe $request->get('id'); should give you the id your bef...

0 Likes
replied 11 years ago

Best practice for view composer location

$this->app->view->composer('users', 'Acme\Support\Composers\UserComposer');

0 Likes
replied 11 years ago

Passing variables to view

your post route is wrong, remove the variables the url generator is trying to generate the url for t...

0 Likes
replied 11 years ago

Examples of Caching Implementation

I don't thing stuff like caching should be in a presenter, a presenter to me is a class that formats...

0 Likes
replied 11 years ago

Examples of Caching Implementation

The below code is a little shorter but does the same thing 10 min cache $users = Cache::remember('us...

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.