PHP code example of shoxabbos / yii2-apicrud
1. Go to this page and download the library: Download shoxabbos/yii2-apicrud library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
shoxabbos / yii2-apicrud example snippets
'modules' => [
'apidoc' => [
'class' => 'shoxabbos\apicrud\Module'
]
],
php yii migrate --migrationPath=@vendor/shoxabbos/yii2-apicrud/migrations
php composer.phar