Skip to content

Instantly share code, notes, and snippets.

@luanpcweb
Created March 11, 2016 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luanpcweb/fab3fee479f0e765c0c8 to your computer and use it in GitHub Desktop.
Save luanpcweb/fab3fee479f0e765c0c8 to your computer and use it in GitHub Desktop.
git clone https://github.com/zfcampus/zf-apigility-skeleton.git
cd path/to/install
composer install
# or composer.phar install
php public/index.php development enable
php -S 127.0.0.1:8080 -t public/ public/index.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment