Add price and product models

This commit is contained in:
Krzysztof Płaczek
2024-03-26 12:42:06 +01:00
parent 5dc1c9d9f0
commit b4536e4c6b
6 changed files with 100 additions and 36 deletions

View File

@@ -4,5 +4,10 @@
"symfony/var-dumper": "^7.0",
"illuminate/database": "^11.0",
"ext-json": "*"
},
"autoload": {
"psr-4": {
"Krzysiej\\RyobiCrawler\\": "src/"
}
}
}