An open API service indexing awesome lists of open source software.

https://github.com/boolfalse/laravel-videochat


https://github.com/boolfalse/laravel-videochat

Last synced: 9 days ago
JSON representation

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.