Eloquent is driving me mad :-( I need to convert the following SQL to Eloquent. Ideally I want to us...
I have a model relationship, user belongsToMany roles. When updating a user I want to set the value...
I'm trying to develop a full stack L5 package and need to include/use illuminate/html and create a f...
Well, I think the definitive answer to his #4 question using his example controllers would read // A...
I thought that was new in #5? I'm very new to laravel, just learned the basics of #4 and already mov...
Code can't write itself :-) but he can use restful routing and wildcards inside the admin prefix. Be...
I rarely using static methods. Whilst they maybe faster they are far less efficient in the eyes of t...
In Laravel/4 you can use something like // Admin routes Route::group(array('prefix' => 'admin', '...
The Laravel portal for problem solving, knowledge sharing and community building.