https://github.com/yiier/yii2-anti-spam
反垃圾评论
https://github.com/yiier/yii2-anti-spam
Last synced: 2 months ago
JSON representation
反垃圾评论
- Host: GitHub
- URL: https://github.com/yiier/yii2-anti-spam
- Owner: yiier
- Created: 2019-06-24T01:43:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-24T08:39:40.000Z (almost 6 years ago)
- Last Synced: 2024-04-14T05:40:18.997Z (about 1 year ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
反垃圾评论
=====
反垃圾评论Installation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist yiier/yii2-anti-spam "*"
```or add
```
"yiier/yii2-anti-spam": "*"
```to the require section of your `composer.json` file.
Migrations
----------
Run the following command```
php yii migrate --migrationPath=@yiier/antiSpam/migrations/
```Usage
-----Create Spam:
```php