2017 © Pedro Peláez
 

yii2-extension yii2-pms

Prevent multiple submissions for yii2 app

image

myzero1/yii2-pms

Prevent multiple submissions for yii2 app

  • Thursday, December 7, 2017
  • by myzero1
  • Repository
  • 0 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

yii2-pms(Prevent Multiple Submissions)

Prevent multiple submissions by js and php, for yii2., (*1)

Installation

The preferred way to install this module is through composer., (*2)

Either run, (*3)

php composer.phar require myzero1/yii2-pms:1.*

or add, (*4)

"myzero1/yii2-pms": "~1"

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

Setting

Once the extension is installed, simply modify your application configuration as follows:, (*6)

return [
    'as PreMulSubmissions' => [
        'class' => myzero1\pms\behaviors\PreventMultipleSubmissionsBehavior::class,
        // 'excludedRoutes' => [
        //     'site/login',
        // ],
    ],
    'components' => [
    // ...
];

Usage

You can use it,now., (*7)

The Versions

07/12 2017

dev-master

9999999-dev

Prevent multiple submissions for yii2 app

  Sources   Download

BSD-3-Clause

The Requires

 

by Xuanwu Qin

07/12 2017

1.0.2

1.0.2.0

Prevent multiple submissions for yii2 app

  Sources   Download

BSD-3-Clause

The Requires

 

by Xuanwu Qin

28/11 2017

1.0.1

1.0.1.0

Prevent multiple submissions for yii2 app

  Sources   Download

BSD-3-Clause

The Requires

 

by Xuanwu Qin

26/11 2017

dev-develop

dev-develop

Prevent multiple submissions for yii2 app

  Sources   Download

BSD-3-Clause

The Requires

 

by Xuanwu Qin

26/11 2017

1.0.0

1.0.0.0

Prevent multiple submissions for yii2 app

  Sources   Download

BSD-3-Clause

The Requires

 

by Xuanwu Qin