Skip to content
/ chatty Public

A chat app using laravel , tailwind , inertia , vue and laravel-reverb and echo

Notifications You must be signed in to change notification settings

Y2theK/chatty

Repository files navigation

Chatty

Descript

Chatty is small a real time messaging app providing seemless experience of chatting between friends and families. It includes features like messaging in private chat/ group chat, creating conversation, inviting new user to group, leave conversation, online/ offline user status, current active users in groups and even whisper typing event.

Tech Stacks:

Laravel 11 sqlite vue 3 laravel-reverb tailwindcss shadcn-vue inertia axios laravel-breeeze laravel-echo

Coming soon

  • Support Image, Video, emoji and links in conversation
  • Authorization in group and private chats
  • Message delete and reply
  • Status Sharing
  • Profile Image Upload

Screenshots

HomePage

Chat Page

Add User

Installation

git clone https://github.com/Y2theK/chatty.git
cp .env.example .env
Setup databases in .env file
composer install
php artisan key:generate
php artisan migrate:fresh --seed
npm install && npm run dev
php artisan serve
php artisan reverb:start

About

A chat app using laravel , tailwind , inertia , vue and laravel-reverb and echo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published