yii2-menu
yii2-menu copied to clipboard
Menu menager, dynamic Yii2 widget. Active menu items
When I try to add a divider, it seems not work.
in `_form` you have `\pceuropa\menu\icons\Glyphicons::forge()->getDropDownOptions()` in `AbstractMenuIcons` you have `public function forge()` Change to `public static forge()`
Hi there, while clicking on the edit button, i have an error : Calling unknown method: yii\web\View::getAll() This error was not shown before the last update.... There is a problem...
Hi, there is a bug migrating the data, the variable $table should be called like $this->table. $this->createTable($table, [//error displayed 'menu_id' => $this->primaryKey(), 'menu' => $this->text()->notNull(), ], $options); } Like this...
findMenu
Add Method CreatorController protected function findMenu($id) { if (($model = Model::findOne($id)) !== null) { return $model; } else { throw new NotFoundHttpException('.....'); } }
I'm having a lot of problems running this package in the advanced template set up for yii2 Installed with composer. Did the migrate with the package in the installed code...
syntax error, unexpected '.', expecting ',' or ';' vendor\pceuropa\yii2-menu\MenuAsset.php at line 8 1