yiisoft / yii-bootstrap5

Yii Framework Bootstrap 5 support
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
63 stars 19 forks source link

Widget factory should be initialized with WidgetFactory::initialize() call #33

Closed sptik12 closed 3 years ago

sptik12 commented 3 years ago

Trying to use Nav and NavBar widgets accordance to your example (in head of these files) got the following error:

Widget factory should be initialized with WidgetFactory::initialize() call

Please advice

samdark commented 3 years ago

You should call it once. If you're using it within Yii 3 application, then it should be done for you automatically.