execut/yii2-pages-seo

A template for module based on eXeCUT Yii2 CRUD

Maintainers

👁 execut

Package info

github.com/execut/yii2-pages-seo

Wiki

Type:yii2-extension

pkg:composer/execut/yii2-pages-seo

Statistics

Installs: 114

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.2 2020-08-09 20:41 UTC

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Apache-2.0 2a58cd5c13367c8a17b7680a087d0edbe48dfb8a

  • Mamaev Yuriy (eXeCUT)

yii2 crudyii2 module template

This package is auto-updated.

Last update: 2026-06-10 10:56:13 UTC


README

Template for yii2 module based on yii2-crud-fields

For license information check the LICENSE-file.

👁 Latest Stable Version
👁 Total Downloads
👁 Build Status

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require execut/yii2-pages-seo

or add

"execut/yii2-pages-seo": "dev-master"

to the require section of your composer.json file.

Usage

Add bootstrap to config file:

return [
 'bootstrap' => [
 'pagesSeo' => \execut\pagesSeo\bootstrap\Common::class,
 ]
];