2017 © Pedro Peláez
 

yii2-extension yii2-apicrud

Create api documentation

image

shoxabbos/yii2-apicrud

Create api documentation

  • Friday, August 4, 2017
  • by shoxabbos
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 13 % Grown

The README.md

API DOC Crud

Create api documentation, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist shoxabbos/yii2-apicrud "*"

or add, (*4)

"shoxabbos/yii2-apicrud": "*"

to the require section of your composer.json file., (*5)

Demo

alt text, (*6)

Usage

Once the extension is installed, simply use it in your code by :, (*7)

1: Into this code to config/web.php file, (*8)

'modules' => [
    'apidoc' => [
        'class' => 'shoxabbos\apicrud\Module'
    ]
],

2: You can run the migrations script provided to create the database structure from your yii programming console:, (*9)

php yii migrate --migrationPath=@vendor/shoxabbos/yii2-apicrud/migrations

Developer Team http://www.qwerty.uz, (*10)

The Versions

04/08 2017

dev-master

9999999-dev

Create api documentation

  Sources   Download

MIT

The Requires

 

by Avatar shoxabbos

extension yii2 apicrud

04/08 2017

v1.0

1.0.0.0

Create api documentation

  Sources   Download

MIT

The Requires

 

by Avatar shoxabbos

extension yii2 apicrud