Skip to content

coderius/yii2-seo-helper

Repository files navigation

Yii2 seo helper

About

Installation

The preferred way to install this extension is through composer.

First download extention. Run the command in the terminal:

composer require "coderius/yii2-seo-helper"

or add in composer.json

"coderius/yii2-seo-helper": "^1.0"

and run composer update

Usage

Testing

Run tests in extention folder.

$ ./vendor/bin/phpunit

Note! For running all tests needed upload all dependencies by composer. If tested single extention, then run command from root directory where located extention:

composer update

When all dependencies downloaded run all tests in terminal from root folder:

./vendor/bin/phpunit tests

Or for only unit:

./vendor/bin/phpunit --testsuite Unit

If extention tested in app, then set correct path to phpunit and run some commands.

Credits

License

The MIT License (MIT). Please see License File for more information.

Releases

No releases published

Packages

No packages published