2017 © Pedro Peláez
 

library backpack-installer

SImple installer for BackPack

image

whatdafox/backpack-installer

SImple installer for BackPack

  • Friday, August 5, 2016
  • by foxted
  • Repository
  • 1 Watchers
  • 2 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

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)

The Versions