bolt / newswidget
📰 A simple Widget Extension to display the latest Bolt news on the dashboard.
Installs: 163 587
Dependents: 3
Suggesters: 0
Security: 0
Stars: 13
Watchers: 1
Forks: 3
Open Issues: 1
Type:bolt-extension
pkg:composer/bolt/newswidget
Requires
- php: >=8.2
Requires (Dev)
- bolt/core: ^6.0
- phpstan/extension-installer: 1.4.3
- phpstan/phpstan: 2.1.31
- phpstan/phpstan-deprecation-rules: 2.0.3
- rector/rector: 2.2.7
- symplify/easy-coding-standard: ^13
README
A simple Widget Extension to display the latest Bolt news on the dashboard. Installation:
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