Save prices to the database to the history table. Added simple browse script.

This commit is contained in:
Krzysztof Płaczek
2024-03-24 09:01:36 +01:00
parent cb9eae65c7
commit 16614316ec
3 changed files with 54 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
"require": {
"guzzlehttp/guzzle": "^7.0",
"symfony/var-dumper": "^7.0",
"illuminate/database": "^11.0"
"illuminate/database": "^11.0",
"ext-json": "*"
}
}