项目作者: SBTHDR

项目描述 :
manycom a ecommerce cart integrated with paypal payment gateway system.
高级语言: PHP
项目地址: git://github.com/SBTHDR/manycom.git
创建时间: 2021-05-16T06:19:12Z
项目社区:https://github.com/SBTHDR/manycom

开源协议:

下载


manycom simple ecommerce cart with paypal payment gateway integration.

About Repository

manycom simple ecommerce cart based on Laravel 8 using paypal rest sdk payment gateway.

Tech Specification

  • Laravel 8
  • PayPal rest sdk
  • Bootstrap 5 + Font Awesome 5 and jQuery.

Features

  • Basic ecommerce cart system
  • Login, Register, as default auth
  • Payment with paypal
  • Authorization

Installation

  • git clone https://github.com/SBTHDR/manycom.git
  • cd manycom/
  • cp .env.example .env
  • composer install
  • Run php artisan key:generate
  • Update .env and set your database credentials
  • Update .env with your paypal key
  • php artisan migrate
  • npm install
  • npm run dev
  • php artisan serve

License

MIT license.