- 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
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