PHP code example of shoxabbos / yii2-news

1. Go to this page and download the library: Download shoxabbos/yii2-news 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-news example snippets


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

'modules' => [
    'admin' => [
        'class' => 'app\modules\admin\Module',
        'controllerMap' => [
            'config' => 'shoxabbos\news\controllers\NewsController'
        ]
    ],
]

/admin/news/create
/admin/news/update
/admin/news/view
/admin/news/index

php composer.phar