private-chat-app-with-laravel-vuejs-pusher
private-chat-app-with-laravel-vuejs-pusher copied to clipboard
Create an Awesome one to one chat app with Laravel vuejs and pusher
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.1.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [qs](https://github.com/ljharb/qs) from 6.3.2 to 6.3.3. Changelog Sourced from qs's changelog. 6.3.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] fix for an impossible situation: when the formatter is called with...
Bumps [express](https://github.com/expressjs/express) from 4.16.3 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...
Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependency [laravel-mix](https://github.com/JeffreyWay/laravel-mix). These dependencies need to be updated together. Updates `json5` from 0.5.1 to 2.2.3 Release notes Sourced from json5's releases. v2.2.3 Fix:...
i am receiving an error when i try to broadcast a session to pusher. My chat box and session is working before i try to broadcast a SessionEvent to pusher...
I clone this repo , then set .env and pusher key and ... Then run composer update now everythning work ,message send but not in real time , when i...
I set Pusher app_id , key , secret and ... in .env file But it's not connected to pusher , and message does not send in real time
I am easily able to send the message after being blocked by user2 by just removing disabled attribute from the input box. Can anyone tell me how can I slove...
I want to change the class of unread messages but I can't able to do it in Vue file, Anyone can help me out??