https://github.com/tiger-githubb/wordstore-e-commerce
https://github.com/tiger-githubb/wordstore-e-commerce
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tiger-githubb/wordstore-e-commerce
- Owner: tiger-githubb
- Created: 2022-11-14T12:27:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-14T12:30:17.000Z (over 3 years ago)
- Last Synced: 2025-02-27T11:55:35.605Z (12 months ago)
- Language: PHP
- Size: 3.42 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# worldstore
simply ecommerce web solution with online payment.
## Project Set-up
```
composer require laravel/ui
php artisan ui bootstrap
php artisan ui bootstrap --auth
```
### Run project
```shell
composer update
composer install
npm install
php artisan migrate:fresh
npm run dev
php artisan serve
```
# Wordstore-E-commerce