I noticed we have to add manually this file Itsmejoshua\\Novaspatiepermissions\\NovaSpatiePermissionsServiceProvider, even if we have provider discovery on.
The packages has 2 ServiceProviders, and it's referencing only 1 in the discovery process (composer extra).
This way, we will not need to touch config/app.php if with auto discovery.
Hello.
Thank you for your work!
I noticed we have to add manually this file
Itsmejoshua\\Novaspatiepermissions\\NovaSpatiePermissionsServiceProvider
, even if we have provider discovery on.The packages has 2 ServiceProviders, and it's referencing only 1 in the discovery process (composer extra).
This way, we will not need to touch
config/app.php
if with auto discovery.Let me know what. you think.
Thanks