hello,I want use yii2’s db、model、validator、ActiveRecord … in webman,
Do I need to modify many things? Have any friends already used it?
thanks。
hello,I want use yii2’s db、model、validator、ActiveRecord … in webman,
Do I need to modify many things? Have any friends already used it?
thanks。
I think this is technically possible but would require significant setup. There are probably better solutions for this.
Have you thought about using Yii3 instead? Seems to me like you only need some things from Yii2, so using Yii3 might be a better approach since its more modular/decoupled.
Take a look at the individual packages like yiisoft/db, yiisoft/active-record, yiisoft/validator, etc.