faboslav/yii2-rss

There is no license information available for the latest version (dev-master) of this package.

Yii2 RSS module

Installs: 111

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

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