Skip to content

tarekreza/ecommerce

Repository files navigation

VENDEX

Ecommerce website

This Is a Complete Laravel Ecommerce Project, with full admin control panel. where admin can add product and manage orders. This includes Email varification for real buyer. Stripe payment getway and pdf print out.

Screenshot

Homepage

Vendex-Everything-You-Need

Product page

product

Admin dashboard

Dashboard

Admin product manage page

All-product

Installation

In terminal

git clone https://github.com/tarekreza/ecommerce.git
cd ecommerce
composer install

After this change the name of .env.example file to .env and change these credentials

  • DB_DATABASE = (your database name)
  • DB_USERNAME=(your database login username)
  • DB_PASSWORD=(your database login password)

After that run following command

php artisan key:generate
php artisan migrate

use php artisan serve command for run project locally.

About

An ecommerce website using Laravel 9.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors