Skip to content

Healer26-06-01/shop-laravel-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Laravel-Vue-SPA-Ecommerce:

SPA Laravel E-commerce project. E-commerce platform with REST Api, Multiple Auth (admin , editor , user) and admin panel integration.

Features:

  • Authentication and Authorization (Breeze Starter kit)
  • Multiple Authentication (Admin, Editors, Users)
  • Search (Name, Tag, SKU)
  • Reports
  • Chart report
  • Add dynamic product Attributes
  • Coupon
  • Shipping
  • payment gateway
  • Site settings
  • Mobile First Design

Dashboard

Run Locally:

Clone the project:

  git clone https://github.com/Healer26-06-01/shop-laravel-vue.git

Go to the project frontend directory:

  cd shop/frontend

Install frontend dependencies:

  npm install

Run frontend:

  npm run dev

Go to the project backend directory:

First open new terminal.

  cd shop/backend

Install dependencies:

  composer install
  npm install

Create .env file and copy .env.example to .env, create database name and add into .env database name.

Key Generate

  php artisan key:generate

Storage Link

  php artisan storage:link

Migrate database:

  php artisan migrate --seed

Run project:

  php artisan serve

Open another terminal for vite:

  cd shop/backend
  npm run dev

Open: http://127.0.0.1:8000

If you work with order, add stripe key and mail config in .env

Tech Stack

Client: Vue.js, Pinia, Axios, Bootstrap, sweetalert2

Server: PHP8.1, Laravel10.x, Liveware, Bootstrap

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published