Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robbestad/zf2-smarty-skeleton
https://github.com/robbestad/zf2-smarty-skeleton
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/robbestad/zf2-smarty-skeleton
- Owner: robbestad
- Created: 2013-08-31T08:49:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-03T17:25:05.000Z (over 11 years ago)
- Last Synced: 2024-04-13T17:11:02.265Z (9 months ago)
- Language: PHP
- Size: 102 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Zend Framework 2 Skeleton Application Using Smarty 3
=======================Introduction
------------
Zend Framework 2 Skeleton ApplicationBuilt using ZF2 MVC layer
Using Smarty 3 Templating Language
And no.. it's _not_ the same as the official skeleton applicationInstallation
------------Clone the repository by issuing the following command:
cd my/project/dir
git clone https://github.com/svenanders/zf2-smarty-skeleton.gitThen update the project:
cd zf2-smarty-skeleton
php composer.phar self-update
php composer.phar install(The `self-update` directive is to ensure you have an up-to-date `composer.phar` available.)
Configuration
--------------------Steps:
1. Create a folder named 'data' pararell width 'current' containing 'cache', 'SmartyModule', 'compile' and 'log'. All dirs should be writeable by the www-data user.
2. You must set your apache-config to 'AllowOverride All'
e.g:
AllowOverride All
Updates
--------------------
From time to time you should update packagescd zf2-smarty-skeleton
php composer.phar self-update
php composer.phar updateVirtual Host
------------
Afterwards, set up a virtual host to point to the public/ directory of the
project and you should be ready to go!