PHP code example of myzero1 / yii2-pms

1. Go to this page and download the library: Download myzero1/yii2-pms 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/ */

    

myzero1 / yii2-pms example snippets


return [
    'as PreMulSubmissions' => [
        'class' => myzero1\pms\behaviors\PreventMultipleSubmissionsBehavior::class,
        // 'excludedRoutes' => [
        //     'site/login',
        // ],
    ],
    'components' => [
    // ...
];

php composer.phar