BackPack-Installer
Simple installer for BackPack., (*1)
Inspired by Laravel Installer, (*2)
Usage
To generate boilerplate for your new PHP package, just execute the command:, (*3)
backpack new PackageName --namespace="Package"
The namespace option defaults to BackPack., (*4)
Installation
Install this package as a global dependency:, (*5)
composer global require whatdafox/backpack-installer
You may want to add ~/.composer/vendor/bin to your PATH, (*6)
Contribute
Feel free to contribute to this project, the goal is to have a tool to quickly generate PHP packages., (*7)
The next would be to create framework related providers with an option, ex.: a PackageServiceProvider for Laravel Framework., (*8)