Skip to content

Khokon9363/laravel_react_webRTC_video_call

Repository files navigation

Video Chat Application

Youtube Tutorial link

get it up and running.

After you clone this project, do the following:

# go into the project
cd video-chat-example

# create a .env file
cp .env.example .env

# install composer dependencies
composer update

# install npm dependencies
npm install

# generate a key for your application
php artisan key:generate

# mrun the migration files to generate the schema
php artisan migrate

# run webpack and watch for changes
npm run watch

Good Luck :)

Releases

No releases published

Packages

No packages published