1. Урок 1. 00:05:04
    Introduction
  2. Урок 2. 00:06:32
    How to Proceed in this Course
  3. Урок 3. 00:03:06
    Install Laravel and Setting it up
  4. Урок 4. 00:03:25
    Setting Up NPM stuffs
  5. Урок 5. 00:06:59
    Greatness of Github Repository
  6. Урок 6. 00:04:36
    Thinking About Schema | How thing Works
  7. Урок 7. 00:04:05
    Salute to Session Schema
  8. Урок 8. 00:02:10
    A message for Messages Schema
  9. Урок 9. 00:03:03
    Challenging Chat Schema
  10. Урок 10. 00:01:51
    Why we need Factory | How thing Works
  11. Урок 11. 00:03:53
    Fun with Factory
  12. Урок 12. 00:02:33
    Why we need Resource | How thing Works
  13. Урок 13. 00:03:55
    Making of Models
  14. Урок 14. 00:02:50
    Control the Controllers
  15. Урок 15. 00:05:51
    Robust Resources
  16. Урок 16. 00:04:57
    Relate with Relationships
  17. Урок 17. 00:01:24
    Why Vuejs Only
  18. Урок 18. 00:07:38
    Setup Vuejs and Intro to Vuejs Component
  19. Урок 19. 00:05:22
    Check this Chat Component
  20. Урок 20. 00:05:02
    Mark new Message Component
  21. Урок 21. 00:07:21
    Magic of Vue Scroll
  22. Урок 22. 00:07:48
    Mess with Messages
  23. Урок 23. 00:05:18
    I want to Block you !
  24. Урок 24. 00:05:43
    Lets Clear Chat history
  25. Урок 25. 00:06:59
    Session - How thing works
  26. Урок 26. 00:07:03
    Get Friends
  27. Урок 27. 00:03:27
    Use UserResource
  28. Урок 28. 00:06:42
    Chat Message for everyone
  29. Урок 29. 00:06:40
    Create Session on frontend
  30. Урок 30. 00:04:18
    Show session on frontend
  31. Урок 31. 00:04:39
    Create session on backend
  32. Урок 32. 00:07:36
    Get session with SessionResource
  33. Урок 33. 00:04:11
    Start with Pusher with Laravel
  34. Урок 34. 00:03:42
    Configure Pusher settings
  35. Урок 35. 00:01:32
    Presence Channel - How thing works
  36. Урок 36. 00:05:48
    Who is online
  37. Урок 37. 00:02:19
    Who leaved or Joined
  38. Урок 38. 00:03:31
    Online Green Button
  39. Урок 39. 00:03:53
    Broadcast new session - How thing works
  40. Урок 40. 00:03:28
    Create Event and Listener
  41. Урок 41. 00:03:57
    Chat Event Broadcast & Transform with SessionResource
  42. Урок 42. 00:06:58
    Listen on ChatEvent
  43. Урок 43. 00:01:43
    Send Messages - How thing works
  44. Урок 44. 00:08:26
    Send Message on Frontend
  45. Урок 45. 00:05:16
    Send Message on chat table
  46. Урок 46. 00:05:19
    Refactor
  47. Урок 47. 00:01:23
    Show all messages - How thing works
  48. Урок 48. 00:03:46
    Get All Message on Frontend
  49. Урок 49. 00:05:56
    Get All Message on Backend
  50. Урок 50. 00:07:23
    Use Resource to transform messages
  51. Урок 51. 00:00:54
    Broadcast new message - How thing works
  52. Урок 52. 00:03:06
    Create Event and Listener
  53. Урок 53. 00:05:45
    Broadcast on Private Channel
  54. Урок 54. 00:06:41
    Listen on frontend
  55. Урок 55. 00:03:05
    Unread Message Count - How thing works
  56. Урок 56. 00:07:50
    Get unreadCount with session
  57. Урок 57. 00:03:47
    Show unreadCount
  58. Урок 58. 00:01:56
    Unread to zero when open
  59. Урок 59. 00:05:27
    Listen for every session to increment
  60. Урок 60. 00:03:00
    Listen for every session when message is not open
  61. Урок 61. 00:03:57
    Listen for new session to increment
  62. Урок 62. 00:06:51
    Mark as Read on database #1
  63. Урок 63. 00:05:33
    Mark as Read on database #2
  64. Урок 64. 00:01:50
    Broadcast Read Notification - How thing works
  65. Урок 65. 00:04:12
    Create ReadEvent-Listener Broadcast Read Event
  66. Урок 66. 00:08:16
    Change color when read
  67. Урок 67. 00:07:18
    Change color when read part 2
  68. Урок 68. 00:03:44
    Show send and read timing
  69. Урок 69. 00:01:53
    Clear Message History - How thing works
  70. Урок 70. 00:03:37
    Clear message on frontend
  71. Урок 71. 00:02:34
    Clear message on backend
  72. Урок 72. 00:04:09
    Clear message and chat if
  73. Урок 73. 00:01:15
    Block Unblock - How thing works
  74. Урок 74. 00:03:43
    Changing the migration
  75. Урок 75. 00:06:22
    Block on backend
  76. Урок 76. 00:05:08
    Unblock who blocked
  77. Урок 77. 00:03:27
    Create BlockEvent-Listener
  78. Урок 78. 00:03:00
    Broadcast Block/Unblock
  79. Урок 79. 00:00:59
    Typing - How thing works
  80. Урок 80. 00:05:07
    Wisper on watch
  81. Урок 81. 00:03:42
    Listen wisper
  82. Урок 82. 00:04:00
    Upgrading to Laravel 5.8
  83. Урок 83. 00:04:01
    Introduction to Laravel Websockets Package
  84. Урок 84. 00:06:35
    Install laravel websocket
  85. Урок 85. 00:06:43
    Start server
  86. Урок 86. 00:04:02
    Fix typing event