This commit is contained in:
hackerESQ
2024-08-24 22:19:40 -05:00
parent 5e89e66e7b
commit 54cf25aabc
13 changed files with 423 additions and 179 deletions
+11
View File
@@ -0,0 +1,11 @@
<?php
return [
'refresh' => 30, // minutes
'default' => env('MARKET_DATA_PROVIDER', 'yahoo'),
'yahoo' => App\Interfaces\MarketData\YahooMarketData::class,
// 'fake' => App\Interfaces\MarketData\FakeMarketData::class,
];