Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zinmyoswe/laravel-shopping-cart
Laravel Shopping Cart, Stripe, Paypal, Checkout, Product Attribute, Admin and User Panel
https://github.com/zinmyoswe/laravel-shopping-cart
checkout laravel paypal product-attributes shoppingcart stripe
Last synced: 9 days ago
JSON representation
Laravel Shopping Cart, Stripe, Paypal, Checkout, Product Attribute, Admin and User Panel
- Host: GitHub
- URL: https://github.com/zinmyoswe/laravel-shopping-cart
- Owner: zinmyoswe
- Created: 2019-05-27T18:53:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:28:43.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T05:47:52.447Z (over 1 year ago)
- Topics: checkout, laravel, paypal, product-attributes, shoppingcart, stripe
- Language: PHP
- Homepage:
- Size: 6 MB
- Stars: 14
- Watchers: 3
- Forks: 3
- Open Issues: 21
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Project DEMO
![image](https://user-images.githubusercontent.com/29988949/59157934-1e3c2200-8a68-11e9-813c-b526e0c37cad.png)
![image](https://user-images.githubusercontent.com/29988949/59157939-2c8a3e00-8a68-11e9-8955-fee7478eceed.png)
![image](https://user-images.githubusercontent.com/29988949/59157988-a0c4e180-8a68-11e9-90d2-94e93f8d3563.png)
![image](https://user-images.githubusercontent.com/29988949/59157995-bd611980-8a68-11e9-97c2-8d29cf6d8d25.png)
![image](https://user-images.githubusercontent.com/29988949/59528513-55a93500-8e93-11e9-8e9f-23bd7067df21.png)
![image](https://user-images.githubusercontent.com/29988949/59475994-6316de80-8e03-11e9-8681-2b4a4a2ae136.png)
`Home Page`
![image](https://user-images.githubusercontent.com/29988949/59158009-d8cc2480-8a68-11e9-99c9-6c5fb84548a3.png)
`Image Slider Page`![image](https://user-images.githubusercontent.com/29988949/59528347-dfa4ce00-8e92-11e9-9c0d-3e985f01dfb2.png)
`Shop Page`
![image](https://user-images.githubusercontent.com/29988949/59157878-69a20080-8a67-11e9-994d-918656a42473.png)
`Shopping cart Page`
![image](https://user-images.githubusercontent.com/29988949/59157884-83434800-8a67-11e9-81e4-844c1f014ebb.png)
`Save For Later Page`
![image](https://user-images.githubusercontent.com/29988949/59528704-cf412300-8e93-11e9-8de2-a36c62846302.png)
`Checkout Page`![image](https://user-images.githubusercontent.com/29988949/59158044-47a97d80-8a69-11e9-8785-8e08c5ef560c.png)
`Stripe Test`![image](https://user-images.githubusercontent.com/29988949/59528644-acaf0a00-8e93-11e9-9c4c-3ffcc9251485.png)
`Product Category Shoes page`![image](https://user-images.githubusercontent.com/29988949/59475934-13d0ae00-8e03-11e9-8726-0a15bdbd6717.png)
`Product Not found page`## Test Stripe Payment
Card Number: `4242 4242 4242 4242`Expiration Date: 10/21 or whatever you like from the future of today’s date
CVC: whatever you like
Zipcode: whatever you like
## Installation
Run `Composer Install`Run `npm install`
Run `php artisan migrate`
Run `npm run watch`
Run `php artisan db:seed`
Run `php artisan key:generate`
Run `php artisan serve`
## License
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).