Skip to content

vitordesousa/laravel-socket-chat

Repository files navigation

Laravel Chat (in development)

TODO:

  • User start conversation
  • Add user to group "users" when register
  • User end conversation (and set status 2 or 3 (depends: read CreateConversationsTable))
  • When user start conversation, show on administrator screen has user waiting to be attended
  • Admin catch user needing to start conversation
  • All unread messages with dot confirmation when refresh window
  • Remove login from Controllers
  • Refactor Vue Chat Component

Made with:

Followed tutorial:

Gustavo Web

Local deploy

Composer composer install

Run migrates: php artisan migrate

When run migrates, users will be create, 2 administrators and 8 users with respective access: [email protected] password [email protected] password

[email protected] password [email protected] password [email protected] password [email protected] password [email protected] password [email protected] password [email protected] password [email protected] password

npm run dev

composer install

To Laravel: php artisan serve To WebSockets (in another prompt tab): php artisan websockets:serve

License

MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published