whatdafox / backpack-installer
SImple installer for BackPack
Installs: 26
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/whatdafox/backpack-installer
Requires
- guzzlehttp/guzzle: ~6.0
- illuminate/filesystem: ~5.0
- symfony/console: ~3.0
- symfony/process: ~3.0
This package is auto-updated.
Last update: 2021-06-11 14:43:34 UTC
README
Simple installer for BackPack.
Inspired by Laravel Installer
Usage
To generate boilerplate for your new PHP package, just execute the command:
backpack new PackageName --namespace="Package"
The namespace
option defaults to BackPack
.
Installation
Install this package as a global dependency:
composer global require whatdafox/backpack-installer
You may want to add ~/.composer/vendor/bin
to your PATH
Contribute
Feel free to contribute to this project, the goal is to have a tool to quickly generate PHP packages.
The next would be to create framework related providers with an option, ex.: a PackageServiceProvider
for Laravel Framework.