Veröffentlichungszeit: Montag, 27. Februar 2017 (vor 7 Jahren)

Erstellt von: Семенов Александр Сергеевич

Kategorie: Soziale Netzwerke

Aktuelle Version:
01.01.1970, 03:00:00 (vor 54 Jahren)

Packagist: skeeks/cms-authclient

: https://github.com/skeeks-cms/cms-authclient

:

Typ: Компонент

Authorization by social networks for SkeekS CMS

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist skeeks/cms-authclient "*"

or add

"skeeks/cms-authclient": "*"

Configuration app


'components' => [ 'authClientCollection' => [ 'class' => 'skeeks\cms\authclient\CmsAuthClientCollection', 'clients' => [ //clients configs ] ], 'authClientSettings' => [ //clients configs in a database 'class' => 'skeeks\cms\authclient\CmsAuthClientSettings', ], 'i18n' => [ 'translations' => [ 'skeeks/authclient' => [ 'class' => 'yii\i18n\PhpMessageSource', 'basePath' => '@skeeks/cms/authclient/messages', 'fileMap' => [ 'skeeks/authclient' => 'main.php', ], ] ] ], ], 'modules' => [ 'authclient' => [ 'class' => 'skeeks\cms\authclient\CmsAuthclientModule', ] ]

Links


skeeks!
SkeekS CMS (Yii2) — quickly, easily and effectively!
skeeks.com | cms.skeeks.com

CHANGELOG

2.1.1

  • UPA

2.1.0

  • Using composer-config-plugin

2.0.0

  • stable

2.0.0-beta

  • Dev

2.0.0-alpha

  • Update SkeekS CMS

1.0.1

  • Added google

1.0.0

  • Fixed bugs

1.0.0-rc2

  • Fixed bugs

1.0.0-rc1

  • Changes in the administrative part

1.0.0-beta

  • Changes in the administrative part

1.0.0-alpha2

  • Small changes

1.0.0-alpha

  • Can be used

Alle Kommentare (0)
Keine Kommentare

dev-master — 01.01.1970, 03:00:00 (vor 54 Jahren)

2.1.5 — 01.01.1970, 03:00:00 (vor 54 Jahren)

2.1.4 — 01.01.1970, 03:00:00 (vor 54 Jahren)

2.1.3.6 — 01.01.1970, 03:00:00 (vor 54 Jahren)

2.1.3.5 — 01.01.1970, 03:00:00 (vor 54 Jahren)

2.1.3.4 — 01.01.1970, 03:00:00 (vor 54 Jahren)

2.1.3.3 — 01.01.1970, 03:00:00 (vor 54 Jahren)

2.1.3.2 — 01.01.1970, 03:00:00 (vor 54 Jahren)

2.1.3.1 — 01.01.1970, 03:00:00 (vor 54 Jahren)

2.1.3 — 01.01.1970, 03:00:00 (vor 54 Jahren)

2.1.2.1 — 01.01.1970, 03:00:00 (vor 54 Jahren)

2.1.2 — 01.01.1970, 03:00:00 (vor 54 Jahren)

2.1.1.9 — 01.01.1970, 03:00:00 (vor 54 Jahren)

2.1.1.8 — 01.01.1970, 03:00:00 (vor 54 Jahren)

2.1.1.7 — 01.01.1970, 03:00:00 (vor 54 Jahren)

2.1.1.6 — 01.01.1970, 03:00:00 (vor 54 Jahren)

2.1.1.5 — 01.01.1970, 03:00:00 (vor 54 Jahren)

2.1.1.4 — 01.01.1970, 03:00:00 (vor 54 Jahren)

2.1.1.3 — 01.01.1970, 03:00:00 (vor 54 Jahren)

2.1.1.2 — 01.01.1970, 03:00:00 (vor 54 Jahren)

2.1.1.1 — 01.01.1970, 03:00:00 (vor 54 Jahren)

2.1.1 — 01.01.1970, 03:00:00 (vor 54 Jahren)

2.1.0 — 01.01.1970, 03:00:00 (vor 54 Jahren)

2.0.0 — 01.01.1970, 03:00:00 (vor 54 Jahren)

2.0.0-rc — 01.01.1970, 03:00:00 (vor 54 Jahren)

2.0.0-beta — 01.01.1970, 03:00:00 (vor 54 Jahren)

2.0.0-alpha — 01.01.1970, 03:00:00 (vor 54 Jahren)

1.0.1 — 01.01.1970, 03:00:00 (vor 54 Jahren)

1.0.0 — 01.01.1970, 03:00:00 (vor 54 Jahren)

1.0.0-rc2 — 01.01.1970, 03:00:00 (vor 54 Jahren)

1.0.0-rc1 — 01.01.1970, 03:00:00 (vor 54 Jahren)

1.0.0-beta — 01.01.1970, 03:00:00 (vor 54 Jahren)

1.0.0-alpha2 — 01.01.1970, 03:00:00 (vor 54 Jahren)

1.0.0-alpha — 01.01.1970, 03:00:00 (vor 54 Jahren)

Стандартная установка:

Добавьте composer.json файл вашего проекта:

"skeeks/cms-authclient": "*"

Запустите обновление зависимостей


Читать про обнолвение SkeekS CMS