manycom a ecommerce cart integrated with paypal payment gateway system.
manycom simple ecommerce cart based on Laravel 8 using paypal rest sdk payment gateway.
git clone https://github.com/SBTHDR/manycom.git
cd manycom/
cp .env.example .env
composer install
php artisan key:generate
.env
and set your database credentials.env
with your paypal keyphp artisan migrate
npm install
npm run dev
php artisan serve