Fetch data from ryobi api and save it into database.

This commit is contained in:
Krzysztof Płaczek
2024-03-18 07:33:46 +01:00
parent 12f5554068
commit cb9eae65c7
5 changed files with 2178 additions and 0 deletions

7
composer.json Normal file
View File

@@ -0,0 +1,7 @@
{
"require": {
"guzzlehttp/guzzle": "^7.0",
"symfony/var-dumper": "^7.0",
"illuminate/database": "^11.0"
}
}