stefanotorresi/my-skeleton

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

Yet another Zend Framework 2 skeleton application

1.1.0-beta 2014-02-20 18:35 UTC

This package is auto-updated.

Last update: 2019-02-20 20:00:34 UTC


README

Yet another Zend Framework 2 skeleton application

Installation

Installation is done via Composer and Bower

$ composer create-project -sdev --prefer-dist stefanotorresi/My-Skeleton ./install-dir
$ cd install-dir && cp config/autoload/development.dist config/autoload/local.php

If you navigate to the home and the CSS doesn't load properly, check your SASS executable path and set it accordingly to your environment.

Check the provided .dist configuration files for more details.