.github/FUNDING.yml | |
|
|
.github/ISSUE_TEMPLATE/bug_report.md | |
|
|
.github/ISSUE_TEMPLATE/feature_request.md | |
|
|
.gitignore | |
|
|
.travis.yml | |
|
|
LICENSE | |
|
|
README.md | |
|
|
_config.yml | |
|
|
composer.json | |
|
|
database/migrations/create_chat_tables.php | 81 | A 2 hrs |
|
menu.png | |
|
|
phpunit.xml.dist | |
|
|
src/BaseModel.php | 7 | A 0 mins |
|
src/Chat.php | 70 | A 0 mins |
|
src/ChatServiceProvider.php | 38 | A 0 mins |
|
src/Commanding/CommandBus.php | 19 | A 0 mins |
|
src/Commanding/CommandHandler.php | 6 | A 0 mins |
|
src/Commanding/CommandTranslator.php | 15 | A 0 mins |
|
src/ConfigurationManager.php | 20 | A 0 mins |
|
src/Eventing/AllParticipantsClearedConversation.php | 11 | A 0 mins |
|
src/Eventing/AllParticipantsDeletedMessage.php | 11 | A 0 mins |
|
src/Eventing/ConversationStarted.php | 11 | A 0 mins |
|
src/Eventing/Event.php | 5 | A 0 mins |
|
src/Eventing/EventDispatcher.php | 25 | A 0 mins |
|
src/Eventing/EventGenerator.php | 16 | A 0 mins |
|
src/Eventing/MessageWasSent.php | 38 | A 0 mins |
|
src/Eventing/ParticipantsJoined.php | 13 | A 0 mins |
|
src/Eventing/ParticipantsLeft.php | 13 | A 0 mins |
|
src/Exceptions/DeletingConversationWithParticipantsException.php | 6 | A 0 mins |
|
src/Exceptions/DirectMessagingExistsException.php | 6 | A 0 mins |
|
src/Exceptions/InvalidDirectMessageNumberOfParticipants.php | 6 | A 0 mins |
|
src/Facades/ChatFacade.php | 12 | A 0 mins |
|
src/Http/Controllers/Controller.php | 6 | A 0 mins |
|
src/Http/Controllers/ConversationController.php | 74 | A 0 mins |
|
src/Http/Controllers/ConversationMessageController.php | 70 | A 0 mins |
|
src/Http/Controllers/ConversationParticipationController.php | 43 | A 0 mins |
|
src/Http/Requests/BaseRequest.php | 10 | A 0 mins |
|
src/Http/Requests/ClearConversation.php | 16 | A 0 mins |
|
src/Http/Requests/DeleteMessage.php | 16 | A 0 mins |
|
src/Http/Requests/DestroyConversation.php | 14 | A 0 mins |
|
src/Http/Requests/GetParticipantMessages.php | 38 | A 0 mins |
|
src/Http/Requests/StoreConversation.php | 28 | A 0 mins |
|
src/Http/Requests/StoreMessage.php | 22 | A 0 mins |
|
src/Http/Requests/StoreParticipation.php | 27 | A 0 mins |
|
src/Http/Requests/UpdateConversation.php | 16 | A 0 mins |
|
src/Http/Requests/UpdateParticipation.php | 16 | A 0 mins |
|
src/Http/routes.php | 34 | A 0 mins |
|
src/Messages/SendMessageCommand.php | 20 | A 35 mins |
|
src/Messages/SendMessageCommandHandler.php | 21 | A 0 mins |
|
src/Models/Conversation.php | 233 | A 2 hrs |
|