1

Ajout de données météo

This commit is contained in:
2025-11-27 01:38:50 +01:00
parent bf500c183a
commit 88fd44c0fb
450 changed files with 6182 additions and 205 deletions

View File

@@ -6,7 +6,8 @@ links:
- name: Archive
url: http://web.archive.org/web/20250321020441/https://laravel-news.com/controller-refactor
archive: true
title: "Restructuring a Laravel Controller using Services, Events, Jobs, Actions, and more - Laravel News"
title: "Restructuring a Laravel Controller using Services, Events, Jobs,
Actions, and more - Laravel News"
date: 2022-05-27
keywords: []
cover: "images/screenshot.png"
@@ -16,7 +17,17 @@ cover: "images/screenshot.png"
# lang: "fr"
# url: "https://www.lego.com/fr-fr/product/t-rex-rampage-75936"
# official: true
status: [{"date": "2025-03-25T10:45:41.549Z", "http_code": 200}]
status: [ { "date": "2025-03-25T10:45:41.549Z", "http_code": 200 } ]
weather:
temperature: 15.3
humidity: 70
pressure: 1022.5
illuminance: 291
precipitations: true
wind_speed: 18.9
wind_direction: 278
source:
- open-meteo
---
> In this tutorial, learn some of the ways you can refactor a controller and utilize services, events, jobs, actions and more