mock and alphavantage data provider

This commit is contained in:
hackerESQ
2024-08-31 23:06:19 -05:00
parent 24b2aff828
commit d585153a0b
6 changed files with 215 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
<?php
return [
'key' => env('ALPHAVANTAGE_API_KEY'),
];