定制 aqilix/apigility-image-skeleton 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

aqilix/apigility-image-skeleton

最新稳定版本:1.2

Composer 安装命令:

composer require aqilix/apigility-image-skeleton

包简介

Apigility For Image Skeleton API

README 文档

README

Requirements

Please see the composer.json file.

Installation

Run composer composer install to load all dependencies.

Development

To test this application you can run it with PHP Built in Web Server

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.

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

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

to

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

统计信息

  • 总下载量: 15
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2015-09-09