Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 508 Bytes

readme.md

File metadata and controls

10 lines (8 loc) · 508 Bytes

Cute and simple Laravel shopping cart.

Created for demonstration a to show some key things and other that I liked. Some of them are:

  • Stripe integration for payments.
  • Database Seeders to full database with some dummy data.
  • Session usage for the cart.
  • Serializing php Objects to save them as text on the database. Unserialize them to retrieve them as objects in PHP code.
  • AJAX POST requests to refresh cart product's number without refreshing when adding them.