bitfumes / laravel-packer

Awesome Command Line Tool for speeding up your package creation.
MIT License
440 stars 44 forks source link

Missing Facade implementation #17

Closed innoflash closed 4 years ago

innoflash commented 4 years ago

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 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