everydatastore/everywidget
A submodule of EveryDataStore ECM that provides the EveryWidget app. It allows users to customize the Dashboard by reordering, toggling, or creating widgets to fit specific group needs.
Maintainers
Package info
github.com/EveryDataStore/EveryWidget
Type:silverstripe-vendormodule
pkg:composer/everydatastore/everywidget
Requires
- php: ^8.1
- everydatastore/everydatastorebackend: ^1.5.6
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
Unknown License c295edaa3f38cf5228f6a9d16fdfb95d7e36cda8
- EveryDataStore GmbH
This package is auto-updated.
Last update: 2026-06-18 09:44:27 UTC
README
A submodule of EveryDataStore ECM that provides the EveryWidget app. It allows users to customize the Dashboard by reordering, toggling, or creating widgets to fit specific group needs.
Requirements
Installation
- Go to EveryDataStoreBackend project directory
- Add EveryWidget as a submodule "git submodule add https://github.com/EveryDataStore/EveryWidget"
- Run the following URL in your browser: "https://your-backend-url/dev/build/?flush=all"
- Create your widgets in the frontend under the following path: “Administration / EveryWidget”.
- Create the following cron job in your crontab
"**
*/5 * * * *php {project-path}/vendor/silverstripe/framework/cli-script.php dev/tasks/EveryDataStoreTask action=createWidgetJsonFile **"
** Or ** run following URL in your browser: "https://your-backend-url/dev/tasks/EveryDataStoreTask?action=createWidgetJsonFile"
Links
EveryWidget Documentation
EveryDataStore ECM
EveryDataStore Frontend
EveryNotifyTemplate
SilverStripe i18n
.
