Download the PHP package misterspelik/yii2-role-activeform without Composer
On this page you can find all versions of the php package misterspelik/yii2-role-activeform. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download misterspelik/yii2-role-activeform
More information about misterspelik/yii2-role-activeform
Files in misterspelik/yii2-role-activeform
Download misterspelik/yii2-role-activeform
More information about misterspelik/yii2-role-activeform
Files in misterspelik/yii2-role-activeform
Vendor misterspelik
Package yii2-role-activeform
Short Description Role based ActiveForm allowing field to be editable or readoonly depending on role
License MIT
Homepage https://github.com/misterspelik/yii2-role-activeform
Package yii2-role-activeform
Short Description Role based ActiveForm allowing field to be editable or readoonly depending on role
License MIT
Homepage https://github.com/misterspelik/yii2-role-activeform
Please rate this library. Is it a good library?
Informations about the package yii2-role-activeform
Yii2 Role based ActiveForm
This is a package to be used with Yii2 form widget. Usage is totally the same as Yii2 ActiveForm widget.
Installation
composer require misterspelik/yii2-role-activeform
Configuration
For example you have model User
and you want to allow edit all fields to admin
role but don't want to allow edit name field to role manager
.
For that you need to define roleRules
method with such content
Usage
To include widget to your form just use this namespace and create $form instance
All versions of yii2-role-activeform with dependencies
PHP Build Version
Package Version
The package misterspelik/yii2-role-activeform contains the following files
Loading the files please wait ....