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
Requires
- php: >5.4.1
- rwoverdijk/assetmanager: 1.*
- stefanotorresi/my-base: 1.*
- zendframework/zendframework: ~2.2
Requires (Dev)
- zendframework/zend-developer-tools: dev-master
- zendframework/zftool: dev-master
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.