Files
lara-bermite/config/weather.php
2023-09-24 11:19:58 +02:00

6 lines
86 B
PHP

<?php
return [
'open_weather_map_api_key' => env('OPEN_WEATHER_MAP_API_KEY'),
];