Skip to content

This is a very basic Laravel Based E-Commerce Application. where admin and list products with categories and users can search/find them and buy them with 3 payment options...

tauseedzaman/laravel-eCommerce-website

 
 

Repository files navigation

Laravel E-Commerce App

Introduction

This is a very basic Laravel Based E-Commerce Application. where admin and list products with categories and users can search/find them and buy them with 3 payment options...

Getting Started

Prerequisites

To run this Laravel app, you need to have the following software installed on your machine:

Installation

  1. Clone the repository:

    git clone https://github.com/hilalahmad0101/ecomarce-website.git
  2. Change into the project directory:

    cd ecomarce-website
  3. Install PHP dependencies:

    composer install
  4. Create a copy of the .env.example file and rename it to .env. Update the database and other configurations as needed.

  5. Generate an application key:

    php artisan key:generate
  6. Migrate the database:

    php artisan migrate
  7. Serve the application:

    php artisan serve
  8. Visit http://127.0.0.1:8000 in your browser to view the app.

Contributing

If you would like to contribute to this project feel free to do so...

    1. Social media login options
    2. Product search functionality with Advanced search options
    3. product reviews/ratings
    4. Save for later
    5. Payment gateway integration
    6. Order summary and order confirmation
    7. payment with paypal and credit card
    8. Cancel and return and track orders
    9. Email and SMS notifications for order confirmation, shipping updates, etc.
    10. Two-factor authentication
    11. Sales analytics
    12. Social sharing of products
    13. Promo codes and discoints

License

This project is licensed under the MIT License.

Finally

Give a Start⭐ if you liked it ✌✌

About

This is a very basic Laravel Based E-Commerce Application. where admin and list products with categories and users can search/find them and buy them with 3 payment options...

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Blade 52.1%
  • JavaScript 22.8%
  • PHP 19.5%
  • CSS 5.6%