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.
Installs: 3
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- php: ^8.1
- everydatastore/everydatastorebackend: ^1.5.5
This package is auto-updated.
Last update: 2025-05-15 08:24:47 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
.