Skip to content

Latest commit

 

History

History
57 lines (30 loc) · 1.09 KB

README.md

File metadata and controls

57 lines (30 loc) · 1.09 KB

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

   $ git clone [email protected]: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

   composer require illuminate/database, illuminate/events

4.Then update Composer.json

   composer dump-autoload -o

Documentation

Eloquent ORM

Authors

Contributing

Contributions are always welcome!

You can fix the bugs if you find & commit it.