Hello, I've just create my own Facade and I'd like to handle sessions in my method, But when I try t...
I have created a custom service provider to bind interface to a eloquent repository: <?php name...
I am currently in the process of developing a package. In this package I would like to use the IoC c...
Hello I have recently implemented the repository pattern using Jeff Ways ace tutorials at Laracast....
hi, i would like to ask you how would it be better to resolve dependencies. i'm not really sure to u...
in my register() function this, $this->app->bind('IDistrictsRepository', function() { return n...
This one has been bugging be for months and I so far I have not found an comprehensive solution to s...
Hi All, I have a repository to create a new record for residents, but now I need to use the same rep...
Hi everybody, Is it possible to retrieve a dynamic property accessible by __get() from a Facade? Thi...
Hi all, i'm fighting with IoC container. My goal is to have dependency injection as in the documenta...
Friends, I'm a few confused with some terms about IoC. With facades declarations sometimes I saw the...
Package Thujohn\Twitter; Twitter::shouldReceive() gives me error: Parse error: syntax error, unexpec...
Please, anybody could explain the IoC, Facade and Services Provider with a short example? I have see...
Hi everybody, I've been trying to localize my application and so I've been using the Lang helper fun...
I use this package in my project https://github.com/tappleby/laravel-auth-token I want to add an add...
I'm trying to make a repository pattern and I figured out how to make it. Now when I try to App::bin...
Hi folks, I'm trying to create (kind of) a base controller for some controllers. There are different...
Hey everyone, I'm working on integrating Bitbucket issue tracking into my project, and am having a p...
I've bound some data to the app and whereas I can get it out, I have one instance where based on a c...
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