Laravel 12 Shopping Cart Project with Add to Cart & Checkout – Free Source Code
This project was built using Laravel 12. Users can browse products, add, update, and remove from the cart. Users can also clear the cart or proceed to payment using the Stripe payment gateway.
To pay orders, you need to have a Stripe account and grab your api keys.
How to use:
- Download the source code
- Run composer update
- Migrate the tables: php artisan migrate
- Start the server: php artisan serve
Demo