I'd like to be able to do things like URL::route('viewUser',['{{id}}']) without the { and } chars ge...
Hi ,Guys Last night i was working on this project. Actually, am new bee to larvarel but , thanks to...
Hi, so i am new in Laravel. I want to use repository pattern, and here my problem: here is my interf...
I have a service provider with IoC binding to a class (sesmailer - it is my own mailer class). $t...
Im trying to work out the best method of injecting dependencies via my constructor and storing them...
Hi, I'm trying to figure out a problem I have with binding interfaces on a project I'm working on. I...
Hi everyone. I want to extend a class (in my case the Cart class from Moltin/Cart package). Somethin...
I have a service provider setup like this: $app->bind( 'MyApp\Repositories\Thing\Thin...
Hello All, I am using PHPSpec to test my classes, therefore I've been trying to inject everything vi...
Is it possible to use deferred service providers when binding to a type? For example, I want to bind...
Sometimes when I'm making a request I have a common piece of data, so I will set it in the BaseContr...
Hello, Im facing some trouble trying to bind some classes dinamically in my Route. I have the curren...
I have download PHP facebook sdk from https://github.com/facebook/facebook-php-sdk Using this i want...
I can not install compresor this package. I try download master in github but i don't know manual in...
Response Facade is GREAT! But it's limited to Respnse::make and Response::view That's helpful. But,...
I have one controller for my entire website that sets up the routes and load the appropriate files b...
Hi! Can someone help me with laravel IoC. Where i can find good tut or something to help me understa...
I have what will likely be a very simple issue to solve for an advanced Laravel user regarding how t...
Greetings, I've got a BaseController with the following code: class BaseController extends Contr...
Hey everyone, I was being an immature idiot in chat one night after being bored of programming and I...
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