2017 © Pedro Peláez
 

library zend-skeleton-application

Skeleton Application for ZF2 with doctrine, twig and assetic

image

ftdebugger/zend-skeleton-application

Skeleton Application for ZF2 with doctrine, twig and assetic

  • Tuesday, December 24, 2013
  • by ftdebugger
  • Repository
  • 5 Watchers
  • 3 Stars
  • 76 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

ZF2 + Doctrine + Twig + Assetic Build StatusScrutinizer Quality Score

Based on ZendSkeletonApplication, (*1)

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:, (*2)

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., (*3)

ant up

Now your ZF application is ready, (*4)

Developing with Vagrant

Install Vagrant ant VirtualBox on your computer. For Ubuntu or Mint you can do it like this, (*5)

sudo apt-get install vagrant virtualbox

If you want, you can install newer version of VirtualBox from official site, (*6)

Now we are ready for a little magic, (*7)

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/, (*8)

The Versions