$ composer.phar update --no-dev Loading composer repositories with package information Updating depe...
Hello guys, I am having some trouble filtering data through a relationship that i created... CLASS T...
Hello everyone! Can someone explain me how to inject a singleton class to Controller constructor? I...
Hello! I am trying to have a function called extractParameters that accepts a string, this string sh...
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...
I'm using Laravel 4.2. I have a custom ServiceProvider that is registered in app.php. My code wasn't...
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....
Hi, I found a package on packagist.com that I want to use in my Laravel project. I've installed the...
Motivated by Jeffrey Way's tweet from today ( https://twitter.com/jeffrey_way/status/515508990751817...
Hi all, Im trying to make a function for creating a package label via something called pacsoft. It o...
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