Skip to content

version 1.0.0 of zend framework 2 locator generator released

I happy to announce the release of 1.0.0 of bazzlines zend framework 2 locator generator module for php.
This module should easy up the usage of the locator generator component in the zend framework 2 in a zend framework 2 application.

How ca I use it?


# generate one locator
php public/index.php locator generate 

# generate all available locators
php public/index.php locator generate

How can I install it?

with packagist


composer require net_bazzline/zf_locator_generator:dev-master

manuel


mkdir -p vendor/net_bazzline/zf_locator_generator
cd vendor/net_bazzline/zf_locator_generator
git clone https://github.com/zf_locator_generator