Refactor the Laravel service provider
markwalet opened this issue · 0 comments
markwalet commented
We can improve 3 things on our service provider:
The(Already refactored)boot
method is not being used. So we can remove it.- When we only use the
register
method on the service provider, we can make it a deferred provider. - We should test if all injectables get registered correctly to the Laravel application container.