I'm not sure if this is an issue, but why don't you call parent:boot() in Orchestra\Auth\AuthServiceProvider::boot() method ? Since you're replacing the Lavarel's AuthServiceProvider, its boot method is never called.
Still, not sure if this would affect some Lavarel extensions, just asking.
I'm not sure if this is an issue, but why don't you call parent:boot() in Orchestra\Auth\AuthServiceProvider::boot() method ? Since you're replacing the Lavarel's AuthServiceProvider, its boot method is never called.
Still, not sure if this would affect some Lavarel extensions, just asking.