https://github.com/joeri-abbo/laravel-dashboard-buienradar-tile
A tile to display buienradar tiles in your laravel spatie dashboard.
https://github.com/joeri-abbo/laravel-dashboard-buienradar-tile
dashboard laravel spatie tiles
Last synced: 9 days ago
JSON representation
A tile to display buienradar tiles in your laravel spatie dashboard.
- Host: GitHub
- URL: https://github.com/joeri-abbo/laravel-dashboard-buienradar-tile
- Owner: Joeri-Abbo
- License: mit
- Created: 2022-06-22T14:51:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-06T01:47:22.000Z (10 months ago)
- Last Synced: 2025-04-12T04:45:41.443Z (6 months ago)
- Topics: dashboard, laravel, spatie, tiles
- Language: JavaScript
- Homepage:
- Size: 1.87 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Display buienradar on your dashboard.
[](https://packagist.org/packages/joeri-abbo/laravel-dashboard-buienradar-tile)
[](https://github.com/joeri-abbo/laravel-dashboard-buienradar-tile/actions?query=workflow%3Arun-tests+branch%3Amaster)
[](https://packagist.org/packages/joeri-abbo/laravel-dashboard-buienradar-tile)This tile adds support to show buienradar widgets on your dashboard
![]()
This tile can be used on [the Laravel Dashboard](https://docs.spatie.be/laravel-dashboard).## Installation
You can install the package via composer:
```bash
composer require joeri-abbo/laravel-dashboard-buienradar-tile
```## Usage
In your dashboard view you use the `livewire:buienradar` component.
There are 3 variants of the widget.- The first one is global overview of the netherlands.
- the second one is a overview oth the netherlands with a overview of the predicted weather.
- And the third one supports a map with a focus point. Based on lng and lat it shows the map. Optinal parameter is zoom
for the zoom value. This int is default set to 8```html
```
## Testing
``` bash
composer test
```## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.