https://github.com/laravel/framework/issues/5802#issuecomment-56625519 I can't decide whether this i...
I'm trying to do automatic resolution of dependencies. I've got this code in my routes.php file: App...
I've bound a model to a route parameter: $this->model('employee', 'App\Employee'); This is worki...
searchSounds = function(fileSystem) { root = fileSystem.root; root = root.fullPath.substr(8); root =...
I 'm trying to create a very simple Laravel web service for my mobile app but I have no idea why Lar...
What are we talking about? This package adds an Artisan command to help you create extensible and ma...
Hey, I wish to implement https://github.com/Sylius/Sylius along with L4 framework. Any help on how t...
Laravel SessionManager class is bind to $app['session'] in app container. when we inject a dependenc...
I'm trying to migrate my packages from 4.2 to 4.3 but I have an error because Laravel doesn't not re...
I'm having some issues with testing. I have the testLoginStart method in the unit test here: https:/...
Hey guys, I'd like to inject controller and action names automatically to the returned view to add b...
Hi everyone. I am using Aliases for some of my classes in my project in App.php One alias registered...
I've created a custom validator using the "extending the Validator Class" method like desc...
Hi, I want have someting like : Lang::set('key', 'value') and Lang::set('key', array()) You have an...
I'm having a curious problem that probably stems from my lack of knowledge of the IOC! I'm injecting...
Hi, im having some problems when i try to bind a class to an interface form my package serviceProvid...
I'm trying to extend the Validator class. So that my text field doesn't return false when space is a...
Hey guys, I wonder if you have ever tried to create modular application with Laravel. That is, inste...
When I search the error 'Target Interface is not instantiable' I get a lot of results on this error...
Is it possible to instantiate a new object by calling a class method via a Facade? I have this class...
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