Create spoonacular integration

- Find recipes by ingredients
This commit is contained in:
2024-06-22 11:13:14 +01:00
parent 50fc714895
commit fadb1bc00a
8 changed files with 312 additions and 1 deletions

View File

@@ -35,4 +35,9 @@ return [
],
],
'spoonacular' => [
'api_url' => env('SPOONACULAR_BASE_API_URL'),
'api_key' => env('SPOONACULAR_API_KEY'),
]
];