ftdebugger / zend-skeleton-application
Skeleton Application for ZF2 with doctrine, twig and assetic
dev-master
2013-12-24 16:56 UTC
Requires
- php: >=5.4
- ext-intl: >=1.0.0
- ext-memcached: >=1.0.0
- bjyoungblood/bjy-authorize: ~1.3
- doctrine/cache: v1.0
- doctrine/doctrine-module: 0.8.*@beta
- doctrine/doctrine-orm-module: 0.8.*@beta
- doctrine/migrations: dev-master
- enlitepro/enlite-admin: ~1.0
- enlitepro/enlite-assetic: ~1.0
- neilime/zf2-twb-bundle: dev-master
- widmogrod/zf2-assetic-module: ~1.3
- zendframework/zendframework: ~2.2.4
- zf-commons/zfc-twig: ~1.1.5
- zf-commons/zfc-user: ~0.1
- zf-commons/zfc-user-doctrine-orm: ~0.1
Requires (Dev)
- enlitepro/zf2-scaffold: dev-master
- phpunit/phpunit: ~3.7
- zendframework/zftool: dev-master
Suggests
This package is not auto-updated.
Last update: 2024-11-04 15:26:22 UTC
README
Based on ZendSkeletonApplication
Installation Using Composer
The recommended way to get a working copy of this project is to clone the repository
and use composer
to install dependencies using the create-project
command:
curl -s https://getcomposer.org/installer | php --
php composer.phar create-project -sdev ftdebugger/zend-skeleton-application PATH_TO_INSTALL
Than copy config/autoload/local.php.dist
to config/autoload/local.php
and edit your DB settings.
ant up
Now your ZF application is ready
Developing with Vagrant
Install Vagrant ant VirtualBox on your computer. For Ubuntu or Mint you can do it like this
sudo apt-get install vagrant virtualbox
If you want, you can install newer version of VirtualBox from official site
Now we are ready for a little magic
sudo sh -c 'echo "192.168.56.101 zf2application.dev www.zf2application.dev" >> /etc/hosts'
cd vagrant
vagrant up
vagrant ssh
cd /var/www/zf2application
ant up
Open your browser http://zf2application.dev/