Answer the question
In order to leave comments, you need to log in
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
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 questionAsk a Question
731 491 924 answers to any question