web-user-behavior ¶
This extension provides methods to ensure compatiblity for rights and yii-user.
Features ¶
Yii Behavior, which implments features from WebUser from mishamx/yii-user to avoid errors when using both extensions mentioned above together.
Installation ¶
- via composer
- include the repository
http:://packages.phundament.com
composer.phar require schmunk42/web-user-behavior
- include the repository
Download ¶
Usage ¶
Download
Extract and place it into your application
Configure:
'user' => array(
'class' => 'RWebUser',
'behaviors' => array(
'vendor.schmunk42.web-user-behavior.WebUserBehavior'
),
),
Attaches methods needed by yii-user module to your RWebUser class from rights.
Resources ¶
- Availble via Phundament 3 Composer Package Repository http://packages.phundament.com
- Fork on github
- View at Yii Extensions
Related article
Fixing extensions without modifying their code
ask
Extract and place it into your application???
where is must extract this file?
thanks
@masdib.banget
It just depends on the location, eg. if you download it manually and put it into
protected/extensions
this would be your aliasext.web-user-behavior.WebUserBehavior
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.