Hi community,
Can you please explain how to properly setup the cart because it simply does not write anything to the db when using the store() method.
Utilizing the package via Facade
Using Laravel8 in Docker container setup and MySQL again in a container.
It doesn't throw any errors, dumping provides contents/total etc/ however nothing is persisted to DB.
Is there some specific configuration that needs to be done in cart.php for DB connection or am I missing something else?
Hi community, Can you please explain how to properly setup the cart because it simply does not write anything to the db when using the store() method. Utilizing the package via Facade Using Laravel8 in Docker container setup and MySQL again in a container. It doesn't throw any errors, dumping provides contents/total etc/ however nothing is persisted to DB.
Is there some specific configuration that needs to be done in cart.php for DB connection or am I missing something else?