An open API service indexing awesome lists of open source software.

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

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
```