Skip to content
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.

ipublikuj-archive/widgets

Repository files navigation

Widgets

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.