Admin Panel for Yii2

Hello All,
Just started a position supporting a Yii2 app. I would really like to set up an Admin panel to do CRUD operations on the data. Are there any 3rd party equivalents to Laravel:Nova or Backpack in the Yii space? Thanks!

You can use Gii to generate your models/controllers/views in a matter of seconds/minutes and be operational.

https://www.yiiframework.com/doc/guide/2.0/en/start-gii

I highly suggest you read through the guide, it is well worth your time!

That is perfect, thanks!