PHP code example of jarrus90 / yii2-website-comments

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

    

jarrus90 / yii2-website-comments example snippets


'modules' => [
    'website-comments' => [
        'as frontend' => 'jarrus90\WebsiteComments\filters\FrontendFilter',
    ],
],

'modules' => [
    'website-comments' => [
        'as backend' => 'jarrus90\WebsiteComments\filters\BackendFilter',
    ],
],