https://github.com/kingrayhan/esp
https://github.com/kingrayhan/esp
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kingrayhan/esp
- Owner: kingRayhan
- Created: 2019-06-13T16:41:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:50:40.000Z (over 3 years ago)
- Last Synced: 2025-04-08T06:43:18.701Z (about 1 year ago)
- Language: PHP
- Size: 24.1 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dokan
```php
git clone https://github.com/kingRayhan/dokan.git
composer install
npm install
```
## Make database
```bash
php artisan key:generate
cp .env.example .env
php artisan migrate
```
#Run the Project
```bash
php artisan serve
npm run watch
```