https://github.com/bolt/newswidget
A simple Widget Extension to display the latest Bolt news on the dashboard
https://github.com/bolt/newswidget
Last synced: 2 months ago
JSON representation
A simple Widget Extension to display the latest Bolt news on the dashboard
- Host: GitHub
- URL: https://github.com/bolt/newswidget
- Owner: bolt
- License: mit
- Created: 2019-08-03T14:40:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-04T13:49:55.000Z (over 4 years ago)
- Last Synced: 2025-10-04T19:23:42.604Z (3 months ago)
- Language: PHP
- Size: 101 KB
- Stars: 13
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📰 Bolt News Widget
A simple Widget Extension to display the latest Bolt news on the dashboard.
Installation:
```bash
composer require bolt/newswidget
```
## Running PHPStan and Easy Codings Standard
First, make sure dependencies are installed:
```
COMPOSER_MEMORY_LIMIT=-1 composer update
```
And then run ECS:
```
vendor/bin/ecs check src
```