yii2-comments
Yii 2 comments extension
File Explorer
Download Latest Version (.zip)- CommentCreateForm.php
- CommentatorInterface.php
- m150106_122229_comments.php
- m151005_165040_comment_from.php
- CommentQuery.php
- Comment.php
- ItsMyComment.php
- MainTest.php
- .gitignore
- main.php
- User.php
- .gitignore
- .gitignore
- bootstrap.php
- TestCase.php
- AppAssetBundle.php
- console.php
- db.php
- web.php
- DemoController.php
- SignController.php
- m151005_165039_user.php
- User.php
- .gitignore
- index.php
- main.php
- .gitignore
- index.php
- README.md
- yii
- comment-form.css
- comment-list.css
- comment-list.js
- comment-form.php
- comment-list.php
- CommentFormAsset.php
- CommentFormWidget.php
- CommentListAsset.php
- CommentListWidget.php
- .gitignore
- .scrutinizer.yml
- .travis.yml
- CHANGELOG.md
- composer.json
- composer.lock
- LICENSE
- Module.php
- Permission.php
- phpunit.xml.dist
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/rmrevin/yii2-comments
Downloads the entire project code from GitHub to your computer.
cd yii2-comments
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer require "rmrevin/yii2-comments:~1.4"
Type this command into your terminal and run it.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
