Oleg
Oleg
Check the vendor folder for extension files, maybe this extension was installed incorrectly.
Ещё одно, что я нашёл: https://github.com/arogachev/yii2-tree
Hey, I know about this. This is not what I mean. There should be some helper function in component, to check, if ROUTE is accessible by current user. Something like...
```canRoute()``` can be used not only for Menu widget, it can be useful to determine, which routes are accessible for current user. Menu widget is just for example.
This starter kit causes errors when installing in single domain mode (assets problems, storage paths erc.). Instructions ate not complete/clear. The Yii2 advanced project template structure is very specific and...
Current docs really not full and I think it will be too complicated to use this application in "Yii2-app-basic"-way (with one entry script for web application). I have tried to...
I think one application with modules for "console", "api", "backend" etc. is the best way to go.
Should I use the JSON column database type for fields? Also, I noticed, that 'sortable' has some strange behavior when using JSON database column type: it doesn't change row indexes...
And what about JSON type in database column? Sortable not working in this case, because of fixed array indexes. JSON type is preferable for such data.
You should mention in description that this component doesn't support sorting for JSON fields. There is no solution for now.