So when you create the package it sure creates a MyPackageFacade file but then when registering the facade, the Facade implementing file is missing. I suppose its just a blank MyPackage.php class where the developer then write their business logic in.
That file is missing when creating the package, currrently we manually creating it
https://github.com/bitfumes/laravel-packer/blob/5d89c9063fd903bcaee96d203d65241a3c98a1d5/app/Commands/Standalone/stubs/ServiceProvider.stub#L59
So when you create the package it sure creates a
MyPackageFacade
file but then when registering the facade, the Facade implementing file is missing. I suppose its just a blankMyPackage.php
class where the developer then write their business logic in.That file is missing when creating the package, currrently we manually creating it