https://github.com/yusuflisawi/shopi
A full Ecommerce website using laravel 10
https://github.com/yusuflisawi/shopi
admin-dashboard ecommerce ecommerce-website filamentphp laravel10 php shopping stripe stripe-checkout
Last synced: 4 months ago
JSON representation
A full Ecommerce website using laravel 10
- Host: GitHub
- URL: https://github.com/yusuflisawi/shopi
- Owner: YusufLisawi
- Created: 2023-05-12T15:30:56.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T08:16:38.000Z (over 1 year ago)
- Last Synced: 2025-02-01T05:41:14.284Z (5 months ago)
- Topics: admin-dashboard, ecommerce, ecommerce-website, filamentphp, laravel10, php, shopping, stripe, stripe-checkout
- Language: PHP
- Homepage: https://www.isawi.tech/projects/shopi
- Size: 8.74 MB
- Stars: 52
- Watchers: 2
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Demo:
Click here
# Setup
```
composer install
# change the .env.example to .env then configure your .env file (you need to get your stripe secret keys in order to
# get the stripe checkout working, also your email service)
php aritisan migrate
npm install
npm run dev && php artisan serve
```
# Preview













