https://github.com/abijaz-dev/e-stuffcart
E-commerce website builds with Core PHP8 Classes & Eloquent ORM Database & Stripe APi library.
https://github.com/abijaz-dev/e-stuffcart
bootstrap ecommerce ecommerce-website eloquent-orm illuminate-database mysql php8 query-builder stripe-api
Last synced: about 2 months ago
JSON representation
E-commerce website builds with Core PHP8 Classes & Eloquent ORM Database & Stripe APi library.
- Host: GitHub
- URL: https://github.com/abijaz-dev/e-stuffcart
- Owner: abijaz-dev
- Created: 2021-06-12T11:24:57.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-04T11:48:12.000Z (almost 5 years ago)
- Last Synced: 2025-01-22T00:33:42.353Z (over 1 year ago)
- Topics: bootstrap, ecommerce, ecommerce-website, eloquent-orm, illuminate-database, mysql, php8, query-builder, stripe-api
- Language: PHP
- Homepage:
- Size: 4.33 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# E-StuffCart
E-commerce website build with Core PHP8 Classes & Functions, Eloquent ORM Library, MySQL Database, Html5, Css3, Bootstrap 5, AJAX, Stripe APi.
## Features
- Responsive Web Layout
- Add to cart functionality
- Reliable Database Connection
- Client & Server Side Validation
- Proceed To Checkout functionality
- Stipe Api etc..
## Run Locally
1.Clone the project
```bash
$ git clone git@github.com:abdullahijaz-dev/e-stuffcart.git
```
Must Download XAMPP Server & Import Database File & Download Composer to run.And for stripe payment ( Enter your own keys in required section [ mentioned in the code] )
3.After Intalling Composer, run this command through Terminal
```bash
composer require illuminate/database, illuminate/events
```
4.Then update Composer.json
```bash
composer dump-autoload -o
```
## Documentation
[Eloquent ORM](https://packagist.org/packages/illuminate/database)
## Authors
- [@I.techCrafsman](https://www.facebook.com/the.craftsman.squad)
## Contributing
Contributions are always welcome!
You can fix the bugs if you find & commit it.