2017 © Pedro Peláez
 

yii2-extension yii2-legal-agreement

Module for adding the legal agreements across dashboard

image

black-lamp/yii2-legal-agreement

Module for adding the legal agreements across dashboard

  • Wednesday, May 3, 2017
  • by GutsVadim
  • Repository
  • 6 Watchers
  • 0 Stars
  • 123 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 8 % Grown

The README.md

Legal agreement module for Yii2

Module for adding the legal agreements across dashboard, (*1)

Latest Stable Version Latest Unstable Version License, (*2)

Installation

Run command

composer require black-lamp/yii2-legal-agreement

or add, (*3)

"black-lamp/yii2-legal-agreement": "1.*.*"

to the require section of your composer.json., (*4)

Applying migrations

yii migrate --migrationPath=@vendor/black-lamp/yii2-legal-agreement/common/migrations

Add modules to application config

Frontend module for displaying and accepting the agreement, (*5)

'modules' => [
     // ...
     'legal' => [
         'class' => bl\legalAgreement\frontend\LegalModule::className(),
     ],
]

Backend module for work with the agreements, (*6)

'modules' => [
     // ...
     'legal' => [
         'class' => bl\legalAgreement\backend\LegalModule::className(),
         'languageProvider' => [
               'class' => bl\legalAgreement\backend\providers\DbLanguageProvider::className(),
               'arModel' => \bl\multilang\entities\Language::className(),
               'idField' => 'id',
               'nameField' => 'name'
         ]
     ],
]

Add component to application config

Component for work with agreements and users, (*7)

'components' => 
[
    // ...
    'legal' => [
        'class' => bl\legalAgreement\common\components\LegalAgreement::className()
    ],
]

The Versions

03/05 2017

dev-master

9999999-dev

Module for adding the legal agreements across dashboard

  Sources   Download

GNU Public License

The Requires

 

by Vladimir Kuprienko

yii2 module license legal agreement

03/05 2017

1.0.5

1.0.5.0

Module for adding the legal agreements across dashboard

  Sources   Download

GNU Public License

The Requires

 

by Vladimir Kuprienko

yii2 module license legal agreement

03/05 2017

1.0.3-beta

1.0.3.0-beta

Module for adding the legal agreements across dashboard

  Sources   Download

GNU Public License

The Requires

 

by Vladimir Kuprienko

yii2 module license legal agreement

03/05 2017

1.0.4

1.0.4.0

Module for adding the legal agreements across dashboard

  Sources   Download

GNU Public License

The Requires

 

by Vladimir Kuprienko

yii2 module license legal agreement

24/11 2016

1.0.0

1.0.0.0

Module for adding the legal agreements on site

  Sources   Download

GNU Public License

The Requires

 

by Vladimir Kuprienko

yii2 license legal agreement

04/10 2016

1.0.2-beta

1.0.2.0-beta

Module for adding the legal agreements on site

  Sources   Download

GNU Public License

The Requires

 

by Vladimir Kuprienko

yii2 module legal agreement

03/10 2016

1.0.1-beta

1.0.1.0-beta

Module for adding the legal agreements on site

  Sources   Download

GNU Public License

The Requires

 

by Vladimir Kuprienko

yii2 module legal agreement

03/10 2016

1.0.0-beta

1.0.0.0-beta

Module for adding the legal agreements on site

  Sources   Download

GNU Public License

The Requires

 

by Vladimir Kuprienko

yii2 module legal agreement