https://github.com/ctmax-ui/quickmart
https://github.com/ctmax-ui/quickmart
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ctmax-ui/quickmart
- Owner: Ctmax-ui
- Created: 2024-04-07T14:25:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-22T11:11:11.000Z (about 1 year ago)
- Last Synced: 2024-04-22T12:26:52.727Z (about 1 year ago)
- Language: PHP
- Size: 14.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How to run this.
- First install it with
```bash
git clone https://github.com/Ctmax-ui/QuickMart.git
```
- Second composer install
```bash
composer install
```
- Third make dB and update it
```bash
php artisan migrate
```
- Fourth link storage
```bash
php artisan storage:link
```
- Additional com
```bash
php artisan db:seed
```If main branch's code dosn't work then download the code zip from `full_fledge` branch and run it.