A simple Laravel Implementation of a Shopping Cart System
Stars
41
Forks
16
Watchers
Open Issues
0
Overall repository health assessment
^0.18
^4.0.0
^5.1
^3.2
^4.0.7
^4.17.5
^1.12
^2.3.1
^1.15.2
^7.1.0
^2.5.17
User
21
commits
Updated: README.md
e2fd4c2
bb8053d
added: a database seeder to seed the products table
2b4f3d3
user can now checkout the cart
d6b03ff
implementing the order requirements
51f7a02
updated readme.md
e70bc0f
added: CartItem collection and resource
afe6d09
removed some useless functions
eb13f21
changes
cfeaa94
removed: get User function
7040c6c
added: userID to the carts table
6aa859b
Changes: api routes
9a20937
updated composer.lock
7e39591
design modifications and implementing some features
4c47acb
Merge branch 'master' of https://github.com/imhmdb/Laravel-Shopping-Cart-Api
3694049