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...
I don't know exactly which section should I put this thread. routes.php file Route::get('index', fun...
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...
Hi; On my journey to learn OOP I finally managed to make some progress in OOP. Still there is a worl...
I haven't actually used Laravel yet, but I was curious as to whether its dependency injection contai...
I've been having issues with loading config from within the register() method of a service provider....
Not a question but documentation case for all who needs it. Please note this is not complete solutio...
#Laravel 4 Modularizer https://github.com/sendyHalim/laravel-modularizer Note: sorry if my english i...
Hi, I need to be able to access the $site_id in most parts of my application as content will differ...
I'm using creolab/laravel-modules to create an application and the administration area will be a mod...
Hi guys; I have been struggling with this. I really appreciate some help. I don't know how to learn...
Illuminate\Container bindShared is performing the callback each load... doesn't it suppose to execut...
Following official documentation for IOC (http://laravel.com/docs/ioc): class FooServiceProvider ext...
Looking through Repository code and what everyone uses them for. It still seems they are pretty coup...
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