Dynamic page content components alias widgets manager for Nette Framework
This extensions add ability to display small webpage parts called widgets (like in WordPress) in your application based on Nette framework
- Collects all site widgets which could be created by you or downloaded
- Render each widget in way you want
The best way to install ipub/widgets is using Composer:
$ composer require ipub/widgetsAfter that you have to register extension in config.neon.
extensions:
widgets: IPub\Widgets\DI\WidgetsExtensionLearn how to use widgets manager for custom widgets in documentation.
Homepage https://www.ipublikuj.eu and repository http://github.com/iPublikuj/widgets.