Skip to content

Commit 55e4b69

Browse files
committed
Merge branch 'master' of github.com:buttflattery/yii2-completemenu
2 parents f6c13d1 + a771ce4 commit 55e4b69

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,20 @@ A Yii2 widget that creates a navigation menu based on the `yii\widgets\Menu`, an
2020

2121
The extension detects if you are using the `yiisoft/yii2-bootstrap` or `yiisoft/yii2-bootstrap4` and loads the appropriate assets for the extension. It will check first the `"yiisoft/yii2-bootstrap4"` if it exists then it will load bootstrap4 resources otherwise it will fall back to use bootstrap3. So make sure you are following the correct guide to use the [`yiisoft/yii2-bootstrap4"`](https://github.com/yiisoft/yii2-bootstrap4) and remove the `"yiisoft/yii2-bootstrap": "~2.0.0",` from you `composer.json` and change the `minimum-stability:"dev"` here is the complete [guide](https://github.com/yiisoft/yii2-bootstrap4/blob/master/docs/guide/README.md).
2222

23+
### How do I get set up
24+
25+
use composer to install the extension
26+
27+
```bash
28+
php composer.phar require buttflattery/yii2-multimenu "@dev"
29+
```
30+
31+
or add into the `composer.json` file under `require` section
32+
33+
```json
34+
"buttflattery/yii2-multimenu":"@dev"
35+
```
36+
2337
## Demos
2438

2539
- [Big Drop](https://yii2plugins.omaraslam.com/multimenu/bigdrop)

0 commit comments

Comments
 (0)