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...
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...
#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...
I use this package in my project https://github.com/tappleby/laravel-auth-token I want to add an add...
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...
Hello eveyone, I am trying to create an application that creates custom tables and columns in my dat...
I've got two simple classes: class FetchPosts implements FetchPostsInterface { } interface FetchPos...
I'm trying to make a repository pattern and I figured out how to make it. Now when I try to App::bin...
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