Hi. I's a simple question. If I have something like this in my service provider: public function boo...
I'm using https://github.com/kristijanhusak/laravel-form-builder for my forms. It creates 2 services...
Hi, I want to throw exception in my controller. I use this code: abort(404, 'user not found') I wan...
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?
I have an artisan command with a fire() method that looks something like this; public function fire(...
Hi, I have an application where there are multiple subdomains (portals) running from a single instan...
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 dynamically change a path in my laravel 5.3 app from a middleware. How can I acc...
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!
I'm having trouble understanding best practices for using dependency injection with my custom classe...
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...
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