faboslav / yii2-rss
There is no license information available for the latest version (dev-master) of this package.
Yii2 RSS module
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Package info
Type:yii2-extension
pkg:composer/faboslav/yii2-rss
dev-master
2018-06-03 22:47 UTC
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