Demo function chat system with laravel This source using tech stack: Laravel 11 - Laravel Echo - VueUI
Application will work realtime when hosting with real domain un-work when it still running on local
- Clone this git to your local
- Run
npm install
- Setup database to application
- Run
php artisan migrate
- Run
npm run dev
&php artisan serve
- Check it out! you can send message with multiple account (need refresh to see message if you lauch it on localhost)
TO DO LIST
- Upgrade UI chatbox
- Live demo
- Add emoji when send message
- Make list chat for users & Send private message to another user
- Update later..