spatie/laravel-dashboard-time-weather-tile
Laravel Dashboard tile by Spatie that shows current time plus local weather. Plug it into your dashboard to keep an eye on conditions at a glance, with configuration handled via the Laravel Dashboard ecosystem.
spatie/laravel-dashboard).spatie/laravel-dashboard (v3.x+), which must already be in use.config/app.php time zone is set or extend the tile to support user-specific time zones.spatie/laravel-dashboard evolves.spatie/laravel-dashboard already in use? If not, does this justify introducing it?spatie/laravel-dashboard is installed (composer require spatie/laravel-dashboard).composer require spatie/laravel-dashboard-time-weather-tile
.env.spatie/laravel-dashboard v3.x+.spatie/laravel-dashboard for breaking changes.| Failure Scenario | Impact | Mitigation |
|---|---|---|
| Weather API downtime | Tile shows errors/placeholders | Fallback to cached data or static UI. |
| API rate limiting | Degraded performance for users | Implement queuing or local caching. |
| Time zone misconfiguration | Incorrect time display | Validate config/app.timezone or use user-specific settings. |
| Dashboard update incompatibility | Tile breaks | Test against new dashboard versions early. |
How can I help you explore Laravel packages today?