bolt / weatherwidget
🌤 A simple Dashboard Widget that displays the current weather. So you don't actually need to go outside or open the curtains.
Installs: 253
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Type:bolt-extension
Requires
- php: >=8.1
Requires (Dev)
- bolt/core: ^5 || ^6
- phpstan/phpstan: 2.1.28
- rector/rector: 2.1.7
- symplify/easy-coding-standard: ^12.5
Replaces
README
Bolt Extension: A simple Dashboard Widget that displays the current weather. So you don't actually need to go outside or open the curtains.
This repository was forked from bobdenotter/weatherwidget and updated to be used with newer versions of bolt/core.
Installation:
composer require bolt/weatherwidget
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