ipub/widgets

This package is abandoned and no longer maintained. No replacement package was suggested.

Extension for Nette Framework to manage page dynamical component alias widgets.

v1.1.4 2019-05-24 18:51 UTC

This package is auto-updated.

Last update: 2020-02-14 11:16:30 UTC


README

Build Status Scrutinizer Code Coverage Scrutinizer Code Quality Latest Stable Version Composer Downloads

Dynamic page content components alias widgets manager for Nette Framework

Introduction

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

Installation

The best way to install ipub/widgets is using Composer:

$ composer require ipub/widgets

After that you have to register extension in config.neon.

extensions:
	widgets: IPub\Widgets\DI\WidgetsExtension

Documentation

Learn how to use widgets manager for custom widgets in documentation.

Homepage https://www.ipublikuj.eu and repository http://github.com/iPublikuj/widgets.