In various places i have needed to access the DI container from modules and registration middleware. Need to find a way to either call from $app or have the DI container added to the default DI rules, so it can be injected. Not really liking having to inject App and use $app::make().
In various places i have needed to access the DI container from modules and registration middleware. Need to find a way to either call from $app or have the DI container added to the default DI rules, so it can be injected. Not really liking having to inject App and use $app::make().