PHP Classes

File: config/weather.php

Recommend this page to a friend!
  Packages of DeGraciaMathieu   Manager Laravel Examples   config/weather.php   Download  
File: config/weather.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Manager Laravel Examples
Manage objects that can be accessed using drivers
Author: By
Last change:
Date: 8 months ago
Size: 218 bytes
 

Contents

Class file image Download
<?php

return [
   
'default_driver' => env('MANAGER_WEATHER_DEFAULT_DRIVER'),
   
'drivers' => [
       
'openweathermap' => [
           
//
       
],
       
'aerisweather' => [
           
//
       
],
    ],
];