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: about 1 month 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-04T13:49:55.000Z (about 4 years ago)
- Last Synced: 2025-04-16T06:17:46.498Z (about 2 months ago)
- Language: PHP
- Size: 101 KB
- Stars: 12
- Watchers: 2
- 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
```