Hi everyone, I'm currently working on a theme engine for a project of mine and while checking if the...
Whilst looking through the changes in 4.2, I noticed this bit of it, and am quite interested by what...
Hello, I want to add configuration elements to the laravel config object from data stored in the dat...
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...
I need to replace Hash. For this, I have made a class named MyHash like this : class MyHasher implem...
Hi All, I have a repository to create a new record for residents, but now I need to use the same rep...
Hi all, I come from a background of developing apps in Symfony2, where instances returned from the s...
I have a class called ViewData passed through the constructor to a controller class public function...
I have two repositories, and both of them use one another methods.. So, let's say I have WALLET repo...
Has anyone tips for organizing service provider class files? Then in turn, thin out the service prov...
Hi guys, I wanne run my command every minute i made: generate:xml In the console it works fine, but...
Heya, I've been playing around with dependency injection to make things like this mockable: public f...
I am going to implement multiple social auth (facebook, github...) options for a website. I have alr...
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...
I don't know exactly which section should I put this thread. routes.php file Route::get('index', fun...
Friends, I'm a few confused with some terms about IoC. With facades declarations sometimes I saw the...
Hi, I'm still learning for best practice of PHP OOP pattern. I'm currently try to create Cart compon...
I'm still trying to figure out where everything goes. So I have a customer page where we create/edit...
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