Relative Content

Tag Archive for laravellaravel-7laravel-eventslaravel-service-container

How to Inject Services into a Queued Event Listener using Laravel 7?

I’m using Laravel 7. would like like to inject services into a event listener. Injecting their interfaces through the constructor works fine, but when I add “implements ShouldQueue” to the class so it runs as a job, it sometimes works, but I mainly get ” Target [AppServicesINotificationService] is not instantiable while building [AppListenersNewOpportunityMessage].