Hi guys, I create a Gallery creator that I'm using on most of my recent projects. It allows you to n...
Please, anybody could explain the IoC, Facade and Services Provider with a short example? I have see...
#Laravel 4 Modularizer https://github.com/sendyHalim/laravel-modularizer Note: sorry if my english i...
Hi there, I've got a little snippet of code that really bothers me. I think a little background info...
So you need to pass data to your view? Normally, you'd do something like this. CONTROLLER: class Hom...
I'm using creolab/laravel-modules to create an application and the administration area will be a mod...
Hi guys; I have been struggling with this. I really appreciate some help. I don't know how to learn...
I have a route group that has a parameter prefix like so: Route::group(array('prefix' => '{countr...
Does Laravel have plans to natively support this? I had a forum post on the old forum about this: ht...
Illuminate\Container bindShared is performing the callback each load... doesn't it suppose to execut...
I use this package in my project https://github.com/tappleby/laravel-auth-token I want to add an add...
You can check out the website at laravel-recipes.com And the github repo at github.com/ChuckHeintzel...
I have a database table for "roles" and for "permissions", and I need to seed th...
Explained here: http://laravel.io/bin/rr4QQ#8,44
Looking through Repository code and what everyone uses them for. It still seems they are pretty coup...
Hello there! I'm currently developing a CMS called larapress and I'd like to discuss the archite...
hello, i have a controller method with parameter public function check($root_ip, $root_port) {...
I'm thinking something like Route::resource('sessions', [ 'as' => 'test', 'uses' => 'SessionsC...
I have a design question that I've been struggling with lately. How do you make a chunk of logic th...
Hi, We are a team of developers, and each one is running tests locally before commit, each one confi...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community