2017 © Pedro Peláez
 

library apigility-image-skeleton

Apigility For Image Skeleton API

image

aqilix/apigility-image-skeleton

Apigility For Image Skeleton API

  • Monday, September 21, 2015
  • by dollyaswin
  • Repository
  • 2 Watchers
  • 1 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Apigility Instagram Reverse

Requirements

Please see the composer.json file., (*1)

Installation

Run composer composer install to load all dependencies., (*2)

Development

To test this application you can run it with PHP Built in Web Server, (*3)

php -S 0.0.0.0:8080 -t public public/index.php

Then access it on web browser http://localhost:8080, it will redirect to documentation page http://localhost:8080/apigility/documentation., (*4)

If you want to continue development, you should enable the development mode by rename file config/development.config.php.dist to config/development.config.php. Then modify the controller file (module/Application/src/Application/Controller/IndexController.php) by change this following line, (*5)

return $this->redirect()->toRoute('zf-apigility/documentation');

to, (*6)

return $this->redirect()->toRoute('zf-apigility/welcome');

For database configuration and how to use the API, I have created it on aqilixapi/image README. Please check it, (*7)

The Versions