I am developing a laravel 5 app. In my code I inject a class that I created in App/Utilities/class.p...
Hello, I am really stumped by this one issue... I have the following code in my custom view composer...
Hi, I am trying to see how to best approach to bind a mock dependency when testing. Assume I have a...
Trying to get some dependency injection going here but I keep getting the following error: ErrorExce...
Hello! I'd like to create something that allows me to save messages in the default flash session sto...
So I need to mock some Stripe API calls for a bunch of functional tests. I'm binding the mocks via...
I'm just getting my head round this whole DI thing, but something seems to be happening that I wonde...
Hello, I have a question about application binding, here is example from the documentation. App::bin...
Hi there, I am trying to get access to the HTTP request in my route model binding closure. This is b...
In a fresh Laravel build, I cannot get overridden IoC bindings to work everywhere in the application...
Hello, I have this scenario: Route::group([ 'middleware' => ['reservation'], 'prefix' =&g...
I'll try to keep this as short as possible. Basically I want to be able to do this: Let's say I have...
I want to create a facades file in package and register it for app. i am looking for tutorial link P...
Hello all, I have an application, called Hummingbird, inside /app/ and is initialised with all route...
According to the 5.1 docs, the new recommended way to work with session data is to inject the reques...
I am fairly new to Laravel. Maybe it is possible somehow but I could not find it. This does not work...
I am adding something additionally in Response::json. For example, the Restful route to public funct...
I have set up a repository interface and a repository class namespace Repository\Findbrok\Contracts;...
I have a plain PHP class written like this class UploadHandler { protected $error_messages = arr...
Hello, i am new to laravel, i want to convert ci library into laravel package style and access it 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