This is Laravel shopping cart CMS with stripe payment gateway integration. You can use it for post page and product. You can also see orders. This cms fully support L5.4
- Clone this repository
- Go to the project folder then run composer install
- Copy .env.example file and save as .env file in the same directory
- Run php artisan key:generate
- Set database name, database username, database password in .env file
- Run migration: php artisan migrate
- Seed the database: php artisan db:seed
- Create storage link: php artisan storage:link
Go to Dashboard > eShop > Settings > then add Stripe secret key and Stripe public key
Url: domainname/login , Email: [email protected] , Password: admin123