https://github.com/sbthdr/manycom
manycom a ecommerce cart integrated with paypal payment gateway system.
https://github.com/sbthdr/manycom
bootstrap cart laravel paypal-checkout paypal-rest-sdk php
Last synced: 3 months ago
JSON representation
manycom a ecommerce cart integrated with paypal payment gateway system.
- Host: GitHub
- URL: https://github.com/sbthdr/manycom
- Owner: SBTHDR
- Created: 2021-05-16T06:19:12.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-16T06:33:59.000Z (about 5 years ago)
- Last Synced: 2025-02-24T12:50:26.291Z (over 1 year ago)
- Topics: bootstrap, cart, laravel, paypal-checkout, paypal-rest-sdk, php
- Language: PHP
- Homepage:
- Size: 982 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://opensource.org/licenses/MIT).