2017 © Pedro Peláez
 

yii2-extension yii2-website-comments

Basic Yii2 content module

image

jarrus90/yii2-website-comments

Basic Yii2 content module

  • Wednesday, November 15, 2017
  • by jarrus
  • Repository
  • 1 Watchers
  • 0 Stars
  • 73 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Yii2-website-comments

Build Status, (*1)

NOTE: Module is in initial development. Anything may change at any time., (*2)

Contributing to this project

Anyone and everyone is welcome to contribute. Please take a moment to review the guidelines for contributing., (*3)

License

Yii2-website-comments is released under the BSD-3-Clause License. See the bundled LICENSE.md for details., (*4)

Requirements

YII 2.0, (*5)

Usage

1) Install with Composer, (*6)


"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',
    ],
],

The Versions

15/11 2017