whatdafox/backpack-installer

This package is abandoned and no longer maintained. No replacement package was suggested.

SImple installer for BackPack

v1.1.0 2016-08-05 06:21 UTC

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.