orchestra/widget

Widget Component for Orchestra Platform

v6.0.0 2021-04-18 11:20 UTC

README

Widget Component allow you to manage widgetize actions in Orchestra Platform. By default Orchestra Platform provides the following widgets:

  • Menu to manage menu.
  • Pane to manage dashboard items.
  • Placeholder to manage sidebar widgets.

tests Latest Stable Version Total Downloads Latest Unstable Version License Coverage Status

Version Compatibility

Installation

To install through composer, run the following command from terminal:

composer require "orchestra/widget"

Configuration

Add following service providers in config/app.php.

'providers' => [

    // ...

    Orchestra\Widget\WidgetServiceProvider::class,
],