Hi guys, is this right approach? To use app::make inside service provider like this $this->app-&g...
I want to inject the larvel log object to my controller instead of using the facade. But I cant type...
Hello guys, I'm about to create RESTful API with Laravel. I've created such in past, but this time I...
Hi. I'm trying to add some postgresql functionality to Eloquent. I've already made it so I can migra...
I wanted to extend the MySqlGrammer to provide support for the MySql colum type 'set' while using th...
Hi, I'm going to develop an application that may use many sources as data providers. It means that i...
I know I'm overthinking this, but I wanted feedback from people with more experience. I'm building...
What's the best way to pass a concrete implementation of an interface if that implementation is depe...
I have strugging with below error. It is not about interface error but model error. I don't know wha...
I have a multi-tenant application using {company}.domain.tld. Is there a way for me to inject the co...
I have function all($columns = array(*)); public function all($columns = array(*)){ return $this...
I'm trying to use Facade and service provider to create a Data class for misc application variables....
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...
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...
Laravel SessionManager class is bind to $app['session'] in app container. when we inject a dependenc...
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...
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