Hi, I have an object that when instantiated needs some configuration. Params come from my config fil...
I have created an artisan command that calls on a custom class. My custom class uses reflection to i...
Hey everyone, I have created a custom folder (for custom classes etc) my autoload class map looks li...
Hi everyone, I'm building a web application and try to separate the concerns as good as possible. Ho...
I'm new to testing and am trying to figure out how to inject dependencies. I am able to inject objec...
Hi, I'm not sure I'm doing this the right way as it seems very messy. Moving my controllers from the...
Pastbin is always easier, see http://laravel.io/bin/dm73 For some reason it doesnt find the class, i...
Hi all , i was created Laravel 4 Multi Auth with Password Reminder :) this the link https://github.c...
Hi all, this is my package https://github.com/pingpong-labs/modules please review :D Thanks :)
Hi, I have an application design question. Lets say I have multiple providers, that will send me del...
Hello. I am going to use laravel.io as a medium for rambling on my thoughts about programming. Whene...
I have a setter/getter container that works in my controllers. How can I use the getters in my model...
I created a "test" class for my artisan command, but now I want to delete it completely,...
I have a Controller's construct like this: [code] public function __construct(Myclass $myclass) { .....
I'm using the IoC Container to allow me to run model validation automagically, by binding a User mod...
I'm writing an artisan script to download real estate listings images from the state of Florida, the...
Hey, I want to extend Sentry 2 with a new class. I did everything right but i have a problem. If i a...
Is it possible to customize where the system looks for the environment config folder? For instance i...
Hello, I'm getting a class not found exception after creating a service provider for my repositories...
Can someone please explain , from a point of good architecture/design why Foundation and Support pac...
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