Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Master Laravel with GraphQL, Vue.js and Tailwind, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:22
    Introduction
  2. Урок 2. 00:01:12
    Source Code
  3. Урок 3. 00:02:40
    Code Editor Suggestions
  4. Урок 4. 00:01:38
    Vue Development Tools (Required!)
  5. Урок 5. 00:06:03
    PHP & Database Setup Suggestions
  6. Урок 6. 00:04:24
    Introduction to Vue.js Crash Course
  7. Урок 7. 00:05:37
    Vue Instance Theory
  8. Урок 8. 00:15:18
    Vue Instance Practical Example
  9. Урок 9. 00:11:38
    Templating in Vue
  10. Урок 10. 00:04:29
    Shorthands in Vue
  11. Урок 11. 00:09:35
    Computed Properties
  12. Урок 12. 00:11:04
    Watchers in Vue
  13. Урок 13. 00:04:08
    CSS Class Binding
  14. Урок 14. 00:03:01
    CSS Class Binding Array Syntax
  15. Урок 15. 00:06:39
    Conditional Rendering (v-if Directive)
  16. Урок 16. 00:06:55
    List Rendering (v-for Directive)
  17. Урок 17. 00:02:57
    Form Input Binding
  18. Урок 18. 00:09:39
    Event Handling
  19. Урок 19. 00:11:58
    GraphQL Introduction
  20. Урок 20. 00:05:52
    GraphQL Playground
  21. Урок 21. 00:07:47
    More Complicated Query Example
  22. Урок 22. 00:06:25
    Mutations
  23. Урок 23. 00:10:00
    Composer 101
  24. Урок 24. 00:05:21
    Installing Laravel and Dependencies
  25. Урок 25. 00:06:22
    Setting Up Laravel
  26. Урок 26. 00:06:53
    Laravel Mix & Tailwind CSS
  27. Урок 27. 00:08:44
    Setting Up Tailwind CSS & Vue.js
  28. Урок 28. 00:08:00
    Setting up a GraphQL Server in Laravel Part 1
  29. Урок 29. 00:14:58
    Setting up a GraphQL Server in Laravel Part 2
  30. Урок 30. 00:07:22
    Creating Eloquent Models & Migrations
  31. Урок 31. 00:17:04
    Model Relations & Migration
  32. Урок 32. 00:11:51
    Model Factories & Seeder
  33. Урок 33. 00:16:58
    GraphQL Object Types, Queries and Directives
  34. Урок 34. 00:07:49
    Model Relations N + 1 Problem
  35. Урок 35. 00:08:06
    Using Laravel Telescope
  36. Урок 36. 00:11:24
    Vue Router & Single File Components
  37. Урок 37. 00:11:07
    Setting Up Routes in Vue Router
  38. Урок 38. 00:07:34
    Vue Router History Mode
  39. Урок 39. 00:05:26
    Vue Apollo Client Setup
  40. Урок 40. 00:08:51
    Vue Apollo Smart Queries
  41. Урок 41. 00:05:29
    Vue Apollo Loading State
  42. Урок 42. 00:11:54
    Tailwind CSS Layout, Mobile First & Responsive Design
  43. Урок 43. 00:15:30
    Vue Component Props, Router Links and More of Tailwind
  44. Урок 44. 00:04:15
    Adding Avatar Faces
  45. Урок 45. 00:12:55
    Post Page Markup & CSS Flexbox
  46. Урок 46. 00:14:02
    Static & Reactive GraphQL Query Variables
  47. Урок 47. 00:13:22
    List of Posts by Topic
  48. Урок 48. 00:06:48
    List of Posts by Author
  49. Урок 49. 00:10:10
    Vue Filters & Date Formatting
  50. Урок 50. 00:05:52
    Fallback Route
  51. Урок 51. 00:11:51
    404 Error Page Design
  52. Урок 52. 00:04:25
    Setting Up Laravello Project
  53. Урок 53. 00:17:19
    Eloquent Models & Relations & Migrations
  54. Урок 54. 00:06:06
    GraphQL Types
  55. Урок 55. 00:04:09
    Tailwind & Vue Setup
  56. Урок 56. 00:19:01
    Board View Page
  57. Урок 57. 00:08:56
    Extracting Board Into Vue Component
  58. Урок 58. 00:16:18
    Seeding Data (Generating Fake Data)
  59. Урок 59. 00:08:10
    Setup Vue Apollo & JavaScript Import Syntax
  60. Урок 60. 00:06:56
    Querying For The Board (GraphQL Query)
  61. Урок 61. 00:08:26
    Board Page - Querying Real Data
  62. Урок 62. 00:08:31
    Extracting GraphQL Queries Into Separate Files
  63. Урок 63. 00:07:01
    Adding Card GraphQL Mutation
  64. Урок 64. 00:05:50
    GraphQL Mutation Input Type (Grouping Input)
  65. Урок 65. 00:04:09
    GraphQL Mutation Inside Vue Component
  66. Урок 66. 00:16:01
    Updating Query Cache After Mutation
  67. Урок 67. 00:07:11
    Card Editor Component
  68. Урок 68. 00:11:29
    Custom Vue Events (Parent/Child Communication)
  69. Урок 69. 00:14:15
    More On Custom Vue Events
  70. Урок 70. 00:10:23
    Group Hover & Transitions in Tailwind
  71. Урок 71. 00:04:41
    Deleting Mutation
  72. Урок 72. 00:14:59
    Deleting Card & Updating Query Cache Improvements
  73. Урок 73. 00:15:08
    Deleting Card & Updating Query Cache Improvements Part 2
  74. Урок 74. 00:12:28
    Your Custom Component v-model Support
  75. Урок 75. 00:08:14
    @update Lighthouse Directive
  76. Урок 76. 00:14:09
    Card Updating Editor
  77. Урок 77. 00:09:02
    Setting Up Vue Router (In a Different Way Than Before)
  78. Урок 78. 00:16:19
    Login Page Markup (A Lot of Tailwind)
  79. Урок 79. 00:06:32
    Registration Page Markup
  80. Урок 80. 00:10:06
    Authentication, Sessions, Cookies, Tokens & Laravel Sanctum
  81. Урок 81. 00:08:32
    Setting Up Session Based Authentication with GraphQL
  82. Урок 82. 00:05:41
    Session Based Authentication on Frontend (CSRF Token & Cookies)
  83. Урок 83. 00:06:39
    Laravel Guards
  84. Урок 84. 00:05:00
    Fixing GraphQL Playground
  85. Урок 85. 00:09:19
    Non Directive Custom Login & Logout Mutations
  86. Урок 86. 00:06:02
    Frontend Authentication
  87. Урок 87. 00:09:28
    GraphQL Error Handling
  88. Урок 88. 00:13:53
    Arrow Functions, Array Functions and Operators (Optional)
  89. Урок 89. 00:13:01
    Login Error Handling
  90. Урок 90. 00:08:47
    Registration GraphQL Mutation
  91. Урок 91. 00:17:09
    Server Side Input Validation
  92. Урок 92. 00:09:13
    Events & Listeners - Authenticate User After Registration
  93. Урок 93. 00:06:00
    VueX Global State Management Explained
  94. Урок 94. 00:04:50
    VueX Installation & Configuration
  95. Урок 95. 00:10:13
    VueX State & Mutations
  96. Урок 96. 00:05:35
    Tailwind CSS @apply
  97. Урок 97. 00:09:47
    VueX Actions, Side Effects and Local Storage
  98. Урок 98. 00:13:31
    Detecting Expired Sessions on Page Reload
  99. Урок 99. 00:05:57
    Displaying Authenticated User Name (VueX mapState)
  100. Урок 100. 00:04:54
    Logging Out - Resetting VueX State
  101. Урок 101. 00:10:31
    Laravel Authorization Policies & @can Directive
  102. Урок 102. 00:08:10
    Authorization on Frontend
  103. Урок 103. 00:09:08
    Handling Expired Sessions on Failed Requests
  104. Урок 104. 00:10:43
    Different Boards Have Different Colors
  105. Урок 105. 00:09:34
    Authorization - Who Can Add a Card?
  106. Урок 106. 00:02:57
    Frontend Authorization - Who Can Add a Card?
  107. Урок 107. 00:10:16
    Dropdown Menu Component
  108. Урок 108. 00:06:15
    Vue Component Slots
  109. Урок 109. 00:05:38
    Vue Transitions - Animated Dropdown
  110. Урок 110. 00:10:35
    User Boards Dropdown
  111. Урок 111. 00:09:58
    User Boards Dropdown - Querying & Authorizing
  112. Урок 112. 00:04:37
    Vue Clickaway Directive
  113. Урок 113. 00:11:08
    Modal Box Component
  114. Урок 114. 00:10:21
    Adding a New Board Modal Box
  115. Урок 115. 00:13:13
    Board Color Component
  116. Урок 116. 00:14:51
    Board Adding Mutation & Cache Update
  117. Урок 117. 00:14:06
    Adding List Component
  118. Урок 118. 00:08:09
    Adding List Mutation
  119. Урок 119. 00:01:51
    There is Still More To Come!