I want to override the model in mdmsoft plugin of yii2. https://github.com/mdmsoft/yii2-admin
How can I do it?
I want to override the model in mdmsoft plugin of yii2. https://github.com/mdmsoft/yii2-admin
How can I do it?
Copyright © 2021 Jogjafile Inc.
it's a module, you have to create your own module inherent from mdm\admin\module. This link on how create a new module How to create modules in YII2
https://www.yiiframework.com/doc/guide/2.0/en/structure-modules
and in your config add the path of your config.
Original config
New Config
You can create your model extends from yii2-amdin