please contact for .env file
Copy .env file into project and change db configurations
Run composer install
Run npm install
Run php artisan key:generate
Run php artisan migrate
Run php artisan db:seed
Run npm run build
Run php artisan serve
default user password is 'password'
This project aims to create a live support app skeleton for future projects,that consist live messaging and peer to peer connection Video Calls.
Since it's my first laravel and vue project implementation might be poor at some points.
VideoCall done with WebRTC and signalling happens via Pusher. Other stuff i used are Laravel Echo and Tailwind for styling.
Followed tutorials :