yii2-rbac
yii2-rbac copied to clipboard
RBAC Manager for Yii 2
In the configuration file, I can specify the route: > 'urlManager' => [ > 'showScriptName' => false, > 'enablePrettyUrl' => true, > 'rules' => [ > 'user/' => 'user/', >...
Need a help for how to stop open link without login
When has route /* everything find but become problem if change the specific route as should be. The problem only for not save field with date type but others save...
Good, in short words: If I don't configure access from config file for backend at this mode: ```php 'allowActions' => [ 'site/*', //'rbac/*' //'admin/*' // The actions listed here will...