Skip to content

jarrus90/yii2-website-comments

Repository files navigation

Yii2-website-comments

Build Status

NOTE: Module is in initial development. Anything may change at any time.

Contributing to this project

Anyone and everyone is welcome to contribute. Please take a moment to review the guidelines for contributing.

License

Yii2-website-comments is released under the BSD-3-Clause License. See the bundled LICENSE.md for details.

##Requirements

YII 2.0

##Usage

  1. Install with Composer
"require": {
    "jarrus90/yii2-website-comments": "1.*",
},

php composer.phar update

Restrict and split frontend and backend applications

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published