An open API service indexing awesome lists of open source software.

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.

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.