You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: