Realtime work app, collaborate with your colleagues, see your friend is on the same channel, talk with them via web realtime. communicate data between socket, first party socket server.
CollaborApps is now support Laravel 9.
Realtime collaboration web based application built with Laravel 9 & Nuxt. Communicate with message & voice realtime.
git clone [email protected]:WailanTirajoh/CollaborApps-Backend.git
cd collaborapps-backend
cp .env.example .env
mysql -u <username> -p
create database 2022_collaborapps;
php artisan migrate:fresh --seed
// install dependency
composer install
// generate backend key
php artisan key:generate
// open 2 terminal on backend directory and run
// on terminal 1
php artisan serv
// on terminal 2
php artisan websockets:serv
git clone [email protected]:WailanTirajoh/CollaborApps.git
cd collaborapps
npm i
npm run dev
email: [email protected]
password: password
email: [email protected]
password: password