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

Invoice Ninja (a large open-source Laravel application) is live!!

I've tried it and it's great. Small problem though, when you enter a client (without creating a new...

0 Likes
replied 11 years ago

Question regarding setup of API

It depends on your API but I would create a separate web and api instance and have them connect to t...

0 Likes
replied 11 years ago

What will be the best way to extend Sentry2 user model?

You can also just create a User model and interact with the users table without extending Sentry. Un...

0 Likes
replied 11 years ago

Route requests based on HTTP headers?

Route filters? http://laravel.com/docs/routing#route-filters

0 Likes
replied 11 years ago

Dynamic filter class arguments

class MaxIdFilter { public function filter( $route , $request ) { if ($route->getParam...

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.