Using Gii in Yii3 and how to use it

Is it possible to use gii for crud generation in Yii3, and if it is, how can I use it ?

It is not yet implemented.

Thank you.

Problem for me is to start a crud with Active Record Class in Yii3. That means what is best practice e.g. di for class creation or factory etc.

The demo with blog has only the process with orm.

AR in Yii3 have not changed much. So I do not expect much changes.
See example in the docs

1 Like

Tomorrow i will write an example of how to use AR, to make a simple crud in yii3.

1 Like