I have a service provider that I use to share variables in views. Now I need to be able to use a var...
Hi, I have my provider "S3ServiceProvider": <?php namespace App\Providers; use Illumin...
So I am attempting to create a basic CMS in Laravel as a sort of pet project. I am coming from a wor...
Is it possible to use dependency injection in the FormRequest subsclass?
Good afternoon! My goal is this: I want to be able to quickly writeup a class that defines the metho...
Hi! I would like to build a plugin system, any suggestion how to start?
i'm trying to implements Repository Pattern with some Services package which encapsulates the busine...
I want to know about laravel IOC container. Please explained me!
Hey guys, If i ever change some files like Illuminate\Foundation\Auth\AuthenticatesUsers, are they g...
Hello everyone! I would like to know how I can override/customize sendSwiftMessage() protected funct...
Here is some code to help understand the problem. I am trying to have independant package registerin...
Hi everyone. I've created a new repository: https://ilgala.github.io/laravel-wizzy/ It's a laravel i...
I've started getting "Unresolvable dependency resolving [Parameter #0 [ <required> array...
I've recent gone through a couple tutorials on getting websockets working in laravel. I chose to us...
Hi All When I click on the forgotten my password link i get the error below Unresolvable dependency...
Hello! I created some services to my application and i have problem to load this services... First,...
I have a controller end point that utilizes Guzzle I have written a wrapper around the Guzzle Client...
Is there anywhere in the app life cycle in which I can interact with the response given from a route...
i want to add custom methods to my application router. Route::get('email', 'Auth\[email protected]
I am currently refactoring my Laravel 5 project in order to make use of the Repository Design Patter...
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