PerfectPair is an ecommerce platform, it's branded for PerfectPair but can be forked and rebranded for something else.
It uses Laravel on the API side & Stripe's PHP SDK for payment gateway.
Fork this repo
Pull down the repo on your end (git init & git remote add origin )
Use "composer install" to install all of the project's composer packages (composer is NPM for php)
Then "php artisan serve" to boot & go to http://127.0.0.1:8000.
Any questions? Send me an email at [email protected] and I'll see how I can help :).