Greeting guys, I'm just about to start developing my very first Laravel Package using v4.2 & enc...
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...
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...
Hi! i would like to dynamically change a path in my laravel 5.3 app from a middleware. How can I acc...
I'm having trouble understanding best practices for using dependency injection with my custom classe...
I create a new service provider by running php artisan make:provider ComposerServiceProvider. After...
bindShared() is mostly conquering the core laravel classes, but share() is still being used in certa...
I've read the docs, all sorts of web pages, and every kind of answer/question I could find but still...
Hi, In my code I am defining an IOC container like App::instance('myapp.value', $value); In other...
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 have set up a repository interface and a repository class namespace Repository\Findbrok\Contracts;...
Hello, I am trying to inject an attribute on my construtor to avoid to redeclare it on every method...
If I write this for example: class MyController { private $test; public function __construct(Interfa...
I'm a long time old school procedural programmer, slowly (at my age, everything is slow) getting my...
I have the following problem in my laravel 5 project. I have a service provider for form macros name...
Hello, where can I place code (Laravel 5.1) that has to be executed after the App\Providers\AppServi...
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