https://github.com/boolfalse/laravel-videochat
https://github.com/boolfalse/laravel-videochat
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/boolfalse/laravel-videochat
- Owner: boolfalse
- Created: 2020-09-05T02:40:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-05T04:41:51.000Z (over 5 years ago)
- Last Synced: 2025-02-27T08:08:53.613Z (about 1 year ago)
- Language: PHP
- Size: 153 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## DEVELOPMENT STEPS
> Make sure you have installed SQLite
> Make sure you have configured all necessary stuff in .env
> Initial commands
```
php artisan key:generate
npm i --save simple-peer pusher-js
php artisan config:cache
composer require laravel/ui
composer require pusher/pusher-php-server
php artisan ui react --auth
npm i
npm run dev
```
> Open the "videochat.site" with browser. Create 2 test users.