add filter-models for api controllers

This commit is contained in:
hackerESQ
2025-01-24 19:29:15 -06:00
parent 6d9e0008b8
commit b8f24d4b67
2 changed files with 610 additions and 332 deletions
+6 -1
View File
@@ -21,7 +21,8 @@
"robsontenorio/mary": "^1.35", "robsontenorio/mary": "^1.35",
"scheb/yahoo-finance-api": "^4.11", "scheb/yahoo-finance-api": "^4.11",
"staudenmeir/eloquent-has-many-deep": "^1.20", "staudenmeir/eloquent-has-many-deep": "^1.20",
"tschucki/alphavantage-laravel": "^0.0" "tschucki/alphavantage-laravel": "^0.0",
"hackeresq/filter-models": "dev-main"
}, },
"require-dev": { "require-dev": {
"fakerphp/faker": "^1.23", "fakerphp/faker": "^1.23",
@@ -32,6 +33,10 @@
"phpunit/phpunit": "^11.0.1" "phpunit/phpunit": "^11.0.1"
}, },
"repositories": [ "repositories": [
{
"type": "vcs",
"url": "https://github.com/hackeresq/filter-models"
},
{ {
"type": "vcs", "type": "vcs",
"url": "https://github.com/investbrainapp/finnhub-php" "url": "https://github.com/investbrainapp/finnhub-php"
Generated
+604 -331
View File
File diff suppressed because it is too large Load Diff