faboslav / yii2-rss
Yii2 RSS module
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 111
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
This package is not auto-updated.
Last update: 2021-05-27 22:44:41 UTC
README
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require faboslav/yii2-rss "1.0.0"
or add
"dactylcore/yii2-rss": "1.0.0"
to the require
section of composer.json
file.
Configuration
You can configure the extension as shown below:
'bootstrap' => ['rss'],
'modules' => [
'rss' => [
'components' => [
],
'class' => 'dactylcore\menu\admin\Module',
],
],
Also you can add items dynamically
Pretty URL
Default url is www.website.test/rss/default/index
Add URL rule for RSS to the config