orchestra/widget

Widget Component for Orchestra Platform
96,551 3
Install
composer require orchestra/widget
Latest Version:v6.0.0
PHP:^7.4 || ^8.0
License:MIT
Last Updated:Apr 18, 2021
Links: GitHub  ·  Packagist
Maintainer: crynobone

Widget Component for Orchestra Platform

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

Laravel Widget
5.5.x 3.5.x
5.6.x 3.6.x
5.7.x 3.7.x
5.8.x 3.8.x
6.x 4.x
7.x 5.x
8.x 6.x

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,
],

Related Packages

orchestra/transporter

Migration Toolkit: Creating ORM Compatible Structure from Legacy Database

141 2
orchestra/story

CMS Extension for Orchestra Platform

9,985 14
orchestra/extension

Extension Component for Orchestra Platform

97,698 4
dinghua/crm

CMS Extension for Orchestra Platform

2 0
unicorn/lumen-testbench-core

Lumen fork of orchestra/testbench-core - Testing Helper for Lumen Development

1,231 0