1. Урок 1. 00:06:11
    Introduction and dem
  2. Урок 2. 00:03:28
    Setting up Laravel
  3. Урок 3. 00:07:27
    Setting up Nuxt and Bulma
  4. Урок 4. 00:02:57
    Setting up for testing
  5. Урок 5. 00:15:01
    Building the category model
  6. Урок 6. 00:12:24
    Category index endpoint
  7. Урок 7. 00:14:30
    Showing categories and children
  8. Урок 8. 00:03:08
    Simple products
  9. Урок 9. 00:07:55
    Product index endpoint
  10. Урок 10. 00:04:03
    Product show endpoint
  11. Урок 11. 00:03:51
    Showing a product
  12. Урок 12. 00:03:17
    Hooking up products to categories
  13. Урок 13. 00:14:41
    Scoping products by category
  14. Урок 14. 00:01:17
    Simple CORS support
  15. Урок 15. 00:08:04
    Showing products in categories
  16. Урок 16. 00:09:02
    Product variations
  17. Урок 17. 00:12:55
    Product variation types
  18. Урок 18. 00:02:58
    Fixing failing tests for the product index
  19. Урок 19. 00:01:03
    Quick scoper trait refactor
  20. Урок 20. 00:11:06
    Product prices
  21. Урок 21. 00:07:43
    Product variation prices
  22. Урок 22. 00:00:50
    Updating the client prices
  23. Урок 23. 00:05:01
    Showing product variations
  24. Урок 24. 00:01:11
    Showing if the product variation price differs
  25. Урок 25. 00:09:52
    Selecting product variations to add
  26. Урок 26. 00:06:49
    Product stock blocks
  27. Урок 27. 00:05:10
    Basics orders to test stock
  28. Урок 28. 00:13:35
    Product stock database view
  29. Урок 29. 00:09:12
    Product variation stock checks
  30. Урок 30. 00:01:16
    Showing if a variation is out of stock
  31. Урок 31. 00:04:59
    Base product stock information
  32. Урок 32. 00:01:05
    Showing if a product is out of stock
  33. Урок 33. 00:03:36
    Updating dropdown with stock count
  34. Урок 34. 00:08:07
    JSON response profiling
  35. Урок 35. 00:03:53
    Setting up authentication
  36. Урок 36. 00:13:07
    Registering a user
  37. Урок 37. 00:07:48
    Authenticating a user
  38. Урок 38. 00:07:37
    The me endpoint
  39. Урок 39. 00:07:46
    Authenticating on the client
  40. Урок 40. 00:02:19
    Updating the navigation
  41. Урок 41. 00:05:57
    The user cart relationship
  42. Урок 42. 00:23:35
    Adding items to the cart
  43. Урок 43. 00:04:18
    Incrementing quantity when adding
  44. Урок 44. 00:10:15
    Updating product cart quantities
  45. Урок 45. 00:04:27
    Deleting cart products
  46. Урок 46. 00:01:42
    Emptying the cart
  47. Урок 47. 00:12:01
    Getting the user’s cart
  48. Урок 48. 00:04:27
    Getting the cart for every request
  49. Урок 49. 00:09:59
    Building the cart page
  50. Урок 50. 00:03:26
    Deleting cart items
  51. Урок 51. 00:03:39
    Updating cart item quantities
  52. Урок 52. 00:05:06
    Checking if the cart is empty
  53. Урок 53. 00:02:36
    Disabling the checkout button
  54. Урок 54. 00:06:09
    Getting the cart totals
  55. Урок 55. 00:02:52
    Showing the cart subtotal
  56. Урок 56. 00:10:28
    Syncing the cart
  57. Урок 57. 00:01:14
    Testing minimum stock
  58. Урок 58. 00:01:52
    Getting changed status on the client
  59. Урок 59. 00:01:04
    Showing the product variation type
  60. Урок 60. 00:03:58
    SQL optimizations
  61. Урок 61. 00:03:42
    Adding items on the client
  62. Урок 62. 00:02:37
    Countries table
  63. Урок 63. 00:07:33
    Addresses setup
  64. Урок 64. 00:05:27
    Listing addresses
  65. Урок 65. 00:09:55
    Storing an address
  66. Урок 66. 00:05:49
    Toggling default addresses
  67. Урок 67. 00:07:42
    Building the checkout page
  68. Урок 68. 00:08:38
    Showing the default address
  69. Урок 69. 00:08:52
    Switching the shipping address
  70. Урок 70. 00:07:37
    Creating a new shipping address
  71. Урок 71. 00:02:44
    Countries endpoint
  72. Урок 72. 00:04:31
    Country dropdown selector
  73. Урок 73. 00:04:07
    Creating shipping methods
  74. Урок 74. 00:06:04
    Hooking up shipping methods to countries
  75. Урок 75. 00:11:42
    Getting the right shipping methods for an address
  76. Урок 76. 00:02:16
    Using v-model with a shipping address
  77. Урок 77. 00:03:41
    Outputting available shipping methods
  78. Урок 78. 00:14:00
    Adding shipping onto the subtotal
  79. Урок 79. 00:09:54
    Displaying shipping price and total at checkout
  80. Урок 80. 00:01:40
    Fixing shipping error on checkout
  81. Урок 81. 00:08:50
    Adding address and shipping method relation to orders
  82. Урок 82. 00:05:46
    Order statuses and defaults
  83. Урок 83. 00:12:04
    Basic order validation
  84. Урок 84. 00:07:07
    Custom shipping method validation rule
  85. Урок 85. 00:09:59
    Creating an order
  86. Урок 86. 00:04:58
    Revisiting orders and product relations
  87. Урок 87. 00:01:27
    Fixing cart store failing test
  88. Урок 88. 00:10:40
    Attaching products when ordering
  89. Урок 89. 00:07:57
    Refactoring to a custom collection
  90. Урок 90. 00:04:07
    Failing if the cart is empty
  91. Урок 91. 00:06:37
    Emptying the cart when ordering
  92. Урок 92. 00:07:41
    Returning order details
  93. Урок 93. 00:01:14
    Fixing up failing order test
  94. Урок 94. 00:07:08
    Placing orders from the checkout
  95. Урок 95. 00:14:56
    Warning users of cart changes, plus some refactoring
  96. Урок 96. 00:11:53
    Alerting on checkout changes
  97. Урок 97. 00:03:35
    Fixing the quantity UI bug
  98. Урок 98. 00:09:33
    Orders endpoint
  99. Урок 99. 00:05:33
    Formatting order total and subtotal
  100. Урок 100. 00:02:50
    Order index setup
  101. Урок 101. 00:11:36
    Listing through orders
  102. Урок 102. 00:05:46
    Product variation product relationship
  103. Урок 103. 00:02:13
    Updating product variations in orders
  104. Урок 104. 00:05:35
    Refactoring statuses to dynamic components
  105. Урок 105. 00:05:26
    Fixing a syncing bug
  106. Урок 106. 00:11:00
    Setting up payment methods
  107. Урок 107. 00:04:10
    Refactoring defaults to a trait
  108. Урок 108. 00:07:07
    Payment methods index endpoint
  109. Урок 109. 00:11:08
    Showing and switching payment methods
  110. Урок 110. 00:11:23
    Attaching payment methods to orders
  111. Урок 111. 00:02:37
    Setting up Stripe
  112. Урок 112. 00:11:41
    Mocking up our payment gateway
  113. Урок 113. 00:17:59
    Storing a payment method
  114. Урок 114. 00:11:08
    Responding with a card and writing some tests
  115. Урок 115. 00:15:01
    Storing a new card with Stripe
  116. Урок 116. 00:04:37
    Event handler for processing the payment
  117. Урок 117. 00:05:19
    Processing a payment
  118. Урок 118. 00:07:20
    Handling a failed payment
  119. Урок 119. 00:02:41
    Handling a successful payment
  120. Урок 120. 00:03:42
    Fixing failing 'cart empty' test
  121. Урок 121. 00:10:04
    Testing listeners
  122. Урок 122. 00:15:10
    Using Mockery to test more complex listeners
  123. Урок 123. 00:06:12
    Client authentication middleware
  124. Урок 124. 00:03:34
    Tweaking order status components
  125. Урок 125. 00:04:48
    Order transactions setup
  126. Урок 126. 00:04:16
    Storing transactions