2017 © Pedro Peláez
 

library bas-console

Command Console to generate zf2 files

image

lumberjacked/bas-console

Command Console to generate zf2 files

  • Thursday, December 6, 2012
  • by jamescarr
  • Repository
  • 0 Watchers
  • 1 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

BasConsole for Zend Framework 2

BasConsole uses Symfony Console to generate Zend Framework 2 files, configs, and scalffolding for your zf2 project., (*1)

  • generate:app
  • generate:module
  • route:add
  • route:update
  • route:delete

Requirements

Dependencies are setup in the composer.json file. Currently Composer is the only supported method for requiring dependencies., (*2)

Installation

Composer installs all the depdencies, everything is defined in composer.json. For composer documentation, please refer to getcomposer.org., (*3)

Installation steps

  • cd my/project/directory
  • git clone https://github.com/lumberjacked/BasConsole.git
  • run php composer.phar install
  • alias the project for easy access alias zf2='~/workspace/BasConsole/console'

Full configuration options

For a list of all available commands, (*4)

  • zf2 --help
  • zf2 command:name --help (For specific help on a command)

Usage

  • Read the output of the commands is the easiest way.

Coming Soon

  • More Commands to be able to do a viarity of things from the command line.

The Versions

06/12 2012

dev-dev

dev-dev

Command Console to generate zf2 files

  Sources   Download

MIT

The Requires

 

by James R. Carr

05/12 2012

dev-master

9999999-dev

Command Console to generate zf2 files

  Sources   Download

MIT

The Requires

 

by James R. Carr

05/12 2012