2017 © Pedro Peláez
 

project zf3-skeleton-application

Skeleton Application for Zend Framework applications

image

jiromm/zf3-skeleton-application

Skeleton Application for Zend Framework applications

  • Friday, August 5, 2016
  • by jiromm
  • Repository
  • 1 Watchers
  • 2 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

zf3-skeleton-application

For those who can't live without serviceLocator in controllers and services, (*1)

Install

The only thing you should do is to clone the repo and run composer install., (*2)

git clone git@github.com:jiromm/zf3-skeleton-application.git ., (*3)

composer install, (*4)

To check that everything works, try, (*5)

php -S 0.0.0.0:8080 -t public/ public/index.php, (*6)

Then open http://0.0.0.0:8080/ in browser., (*7)

The Versions