A
A
Alexander2016-08-20 21:55:52
Yii
Alexander, 2016-08-20 21:55:52

Is there an admin panel builder for framework Yii 2?

For Laravel, for example, there is an administrator admin panel, is there something similar for Yii2?
AdminLTE is a development template.
I googled for a long time and didn't find anything...

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry, 2016-08-20
@slo_nik

Good evening.
Use yii2-advanced.

M
Maxim Timofeev, 2016-08-23
@webinar

yii2 has a GII code generator that generates the CRUD you need.
https://github.com/yiisoft/yii2-gii/blob/master/do...
You can add your own generators in the application config.
Usually, an experienced developer at a certain stage creates his own generator or simply copies the regular one and changes the templates and gets a really handy tool.
For example, I sawed my own CRUD generator for gii, which would give code for lteAdmin, so that when generating a model that has an img attribute, the behavior for loading a photo was added, a loader was added in the form, etc. (declension of entity name, dropdown for statuses)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question