Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Real Time Single Page Forum App with Pusher Laravel & vuejs, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:07:32
    1 Introduction
  • Урок 2. 00:03:21
    2 Install Laravel
  • Урок 3. 00:06:17
    3 Initialise Git Repository
  • Урок 4. 00:07:56
    4 Creating Models
  • Урок 5. 00:01:49
    5 Question Migration
  • Урок 6. 00:02:00
    6 Reply Migration
  • Урок 7. 00:02:58
    7 Like and Category Table
  • Урок 8. 00:01:46
    8 Create Database with Migrations
  • Урок 9. 00:02:15
    9 Question Relationships
  • Урок 10. 00:02:38
    10 Reply and User Relationships
  • Урок 11. 00:02:51
    11 Question Factory
  • Урок 12. 00:02:13
    12 Other Factories
  • Урок 13. 00:06:28
    13 Database Seeding
  • Урок 14. 00:03:30
    14 Routes for Question
  • Урок 15. 00:01:58
    15 All Questions
  • Урок 16. 00:03:08
    16 Route Model Bindings
  • Урок 17. 00:02:43
    17 Delete Question
  • Урок 18. 00:08:31
    18 Store Question
  • Урок 19. 00:09:01
    19 Question Resource
  • Урок 20. 00:04:39
    20 Update Question
  • Урок 21. 00:04:08
    21 Store Category
  • Урок 22. 00:05:33
    22 Real and Delete Category
  • Урок 23. 00:05:37
    23 Update Category
  • Урок 24. 00:08:03
    24 Show Replies
  • Урок 25. 00:05:40
    25 Store and Delete Reply
  • Урок 26. 00:06:29
    26 Resource for Category and Reply
  • Урок 27. 00:03:13
    27 Update Reply
  • Урок 28. 00:08:27
    28 Like and DisLikes
  • Урок 29. 00:30:52
    What is JWT?
  • Урок 30. 00:05:25
    29 Install JWT package in Laravel
  • Урок 31. 00:04:57
    30 JWT Auth Controller
  • Урок 32. 00:05:55
    31 Checking JWT
  • Урок 33. 00:04:56
    32 SignUp
  • Урок 34. 00:06:41
    33 JWT Middleware
  • Урок 35. 00:08:00
    34 Exception Handling
  • Урок 36. 00:08:48
    35 Install Vuetify
  • Урок 37. 00:03:53
    36 Home Components
  • Урок 38. 00:04:13
    37 Footer and Toolbar
  • Урок 39. 00:04:25
    38 Vue Router
  • Урок 40. 00:07:24
    39 Login Components
  • Урок 41. 00:06:02
    40 Login Component 2
  • Урок 42. 00:05:11
    41 Get Token when Login
  • Урок 43. 00:04:32
    42 User Class
  • Урок 44. 00:05:23
    43 Storage Helper
  • Урок 45. 00:09:32
    44 Token is Valid
  • Урок 46. 00:04:33
    45 Store Token and Username
  • Урок 47. 00:07:31
    46 Login and Logout Helpers
  • Урок 48. 00:06:49
    47 Signup Component
  • Урок 49. 00:07:07
    48 Signup Validation
  • Урок 50. 00:05:20
    49 SignUp with Login after that
  • Урок 51. 00:03:44
    50 Redirect after login
  • Урок 52. 00:06:39
    51 Show if LoggedIn
  • Урок 53. 00:06:27
    52 Logout Part
  • Урок 54. 00:04:41
    53 Forum Component
  • Урок 55. 00:07:16
    54 Fetch All Questions
  • Урок 56. 00:06:54
    55 Get single Question
  • Урок 57. 00:05:45
    56 Show single Question
  • Урок 58. 00:08:20
    57 Create Question
  • Урок 59. 00:06:38
    58 Markdown Editor
  • Урок 60. 00:03:34
    59 Pass Token to every AJax request
  • Урок 61. 00:05:06
    60 Store Question with User_id and slug
  • Урок 62. 00:06:14
    61 Markdown Parse
  • Урок 63. 00:06:18
    62 Own or not
  • Урок 64. 00:02:59
    63 Delete Question
  • Урок 65. 00:08:43
    64 Edit Question
  • Урок 66. 00:08:27
    65 Update Question
  • Урок 67. 00:05:55
    66 Category List
  • Урок 68. 00:05:28
    67 Store Category
  • Урок 69. 00:05:36
    68 Show all category
  • Урок 70. 00:03:59
    69 Delete Category
  • Урок 71. 00:07:02
    70 Update Category
  • Урок 72. 00:03:09
    71 Admin can access category
  • Урок 73. 00:03:09
    72 Get all Replies for question
  • Урок 74. 00:07:13
    73 Show all Replies
  • Урок 75. 00:04:24
    74 Create Edit and Delete Button
  • Урок 76. 00:14:03
    75 Create Reply
  • Урок 77. 00:06:17
    76 Delete Reply
  • Урок 78. 00:08:07
    77 Update Reply
  • Урок 79. 00:05:08
    78 Update Reply 2
  • Урок 80. 00:08:53
    78/2 Fix Update Bug
  • Урок 81. 00:04:54
    79 Create Like Button
  • Урок 82. 00:05:39
    80 Like a Reply
  • Урок 83. 00:04:23
    81 Save like to Database
  • Урок 84. 00:03:04
    82 Create Notification system
  • Урок 85. 00:04:58
    83 Send Notifications
  • Урок 86. 00:08:33
    84 Mark As Read
  • Урок 87. 00:14:18
    85 Mark As Read Notifications
  • Урок 88. 00:04:56
    86 Install Pusher
  • Урок 89. 00:07:53
    87 Real Time Likes
  • Урок 90. 00:03:49
    88 Real Time Likes Part 2
  • Урок 91. 00:05:36
    89 Broadcasting Notifications
  • Урок 92. 00:04:57
    90 Sending JWT token for pusher
  • Урок 93. 00:08:43
    91 Real time Notification and Reply
  • Урок 94. 00:08:00
    92 Handle Token is Expired
  • Урок 95. 00:07:08
    93 Random Token string
  • Урок 96. 00:03:09
    94 Incorrect Token Handing
  • Урок 97. 00:04:37
    95 Hide New Reply if not login
  • Урок 98. 00:06:02
    96 Reply Count
  • Урок 99. 00:06:03
    97 Parallex in Home Page
  • Урок 100. 00:08:11
    98 Form validation request for ask and category
  • Урок 101. 00:06:16
    99 Showing Errors
  • Урок 102. 00:06:33
    100 Play Notification Sound
  • Урок 103. 00:03:54
    101 What is Laravel Webscoket package?
  • Урок 104. 00:00:00
    102 Installing Laravel WebSocket package
  • Урок 105. 00:07:07
    103 Running WebSocket server and make it real time
  • Урок 106. 00:03:03
    104 Pagination 1
  • Урок 107. 00:04:51
    105 Pagination 2
  • Урок 108. 00:03:51
    106 Pagination 3
  • Урок 109. 00:02:50
    107 Finalize Pagination
  • Урок 110. 00:04:22
    Add dependencies for laravel 6
  • Урок 111. 00:02:41
    Use Str Facade instead of str helper functions
  • Урок 112. 00:05:28
    Create Ubuntu Server From Digital Ocean
  • Урок 113. 00:06:30
    Login to Ubuntu only with SSH key
  • Урок 114. 00:04:33
    Installing Nginx, PHP, MySQL
  • Урок 115. 00:03:31
    Connect to server to Github via SSH key
  • Урок 116. 00:02:34
    Install composer and PHP extensions
  • Урок 117. 00:06:18
    Setup Nginx
  • Урок 118. 00:09:06
    Connect to MySQL server
  • Урок 119. 00:04:56
    Install Supervisor for laravel websocket server