orchestra / widget
Widget Component for Orchestra Platform
Fund package maintenance!
Liberapay
paypal.me/crynobone
Installs: 95 364
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 1
Open Issues: 0
Requires
- php: ^7.3 || ^8.0
- orchestra/support: ^6.0
Requires (Dev)
- orchestra/testbench: ^6.17
- 6.x-dev
- dev-master / 6.0.x-dev
- v6.0.0
- 5.x-dev
- v5.0.0
- 4.x-dev
- v4.0.0
- 3.8.x-dev
- v3.8.0
- 3.7.x-dev
- v3.7.1
- v3.7.0
- 3.6.x-dev
- v3.6.0
- 3.5.x-dev
- v3.5.0
- 3.4.x-dev
- v3.4.0
- 3.3.x-dev
- v3.3.2
- v3.3.1
- v3.3.0
- 3.2.x-dev
- v3.2.0
- 3.1.x-dev
- v3.1.2
- v3.1.1
- v3.1.0
- 3.0.x-dev
- v3.0.0
- 2.2.x-dev
- v2.2.0
- 2.1.x-dev
- v2.1.2
- v2.1.1
- v2.1.0
- 2.0.x-dev
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
This package is auto-updated.
Last update: 2024-11-18 19:37:55 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.
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, ],