1. Урок 1. 00:07:39
    welcome
  2. Урок 2. 00:07:08
    Introduction
  3. Урок 3. 00:06:28
    setup laravel
  4. Урок 4. 00:06:32
    create user authentication
  5. Урок 5. 00:03:50
    create migrations
  6. Урок 6. 00:06:38
    Qrcode migration file
  7. Урок 7. 00:01:48
    create roles migration
  8. Урок 8. 00:06:38
    create migration for transactions table
  9. Урок 9. 00:06:11
    run migrations
  10. Урок 10. 00:05:17
    install laravel generator
  11. Урок 11. 00:06:19
    setup laravel generator
  12. Урок 12. 00:08:19
    generate front end files
  13. Урок 13. 00:09:35
    implement soft deletes
  14. Урок 14. 00:04:59
    Folder structure
  15. Урок 15. 00:06:50
    bootstrap template
  16. Урок 16. 00:08:42
    Install QRCodes
  17. Урок 17. 00:07:41
    create qrcode path
  18. Урок 18. 00:05:30
    celanup the create qrcode page
  19. Урок 19. 00:06:18
    generate qrcode
  20. Урок 20. 00:08:47
    correct qrcode update
  21. Урок 21. 00:05:33
    dispaly qrcode
  22. Урок 22. 00:02:02
    scan qrcode and retrieve message
  23. Урок 23. 00:01:49
    review of road map
  24. Урок 24. 00:06:15
    create different user roles
  25. Урок 25. 00:10:14
    cleanup the qrcode index page
  26. Урок 26. 00:04:33
    fix the after edit redirection
  27. Урок 27. 00:07:40
    cleanup the qrcode page
  28. Урок 28. 00:06:37
    cleanup the qrcode interface
  29. Урок 29. 00:07:15
    Cleanup roles show
  30. Урок 30. 00:03:19
    Cleanup roles index
  31. Урок 31. 00:09:44
    one to many relationships
  32. Урок 32. 00:04:59
    one to many relationships 2
  33. Урок 33. 00:07:10
    one to many relationships 3
  34. Урок 34. 00:06:40
    cleanup transactions index
  35. Урок 35. 00:04:29
    cleanup user show
  36. Урок 36. 00:07:30
    cleanup user index page
  37. Урок 37. 00:03:26
    cleanup user edit
  38. Урок 38. 00:09:25
    user levels
  39. Урок 39. 00:04:39
    Hash password
  40. Урок 40. 00:04:32
    Remove images
  41. Урок 41. 00:06:31
    organise menus according to user roles
  42. Урок 42. 00:06:49
    indicate logged in status
  43. Урок 43. 00:07:07
    list users that belong to roles
  44. Урок 44. 00:05:46
    list all transactions under a qrcode
  45. Урок 45. 00:06:54
    list users transactions and qrcodes
  46. Урок 46. 00:08:02
    how to create middleware
  47. Урок 47. 00:04:26
    testing the middleware
  48. Урок 48. 00:08:33
    creating middleware for users
  49. Урок 49. 00:09:25
    accounts migration
  50. Урок 50. 00:05:31
    generate blade pages for accounts
  51. Урок 51. 00:07:21
    add extra fields to accounts
  52. Урок 52. 00:06:49
    cleanup accounts index
  53. Урок 53. 00:08:16
    one to many relationship for user accounts
  54. Урок 54. 00:02:55
    number format for amount
  55. Урок 55. 00:06:13
    cleanup account edit page
  56. Урок 56. 00:07:08
    cleanup accounts show page
  57. Урок 57. 00:02:47
    partition accounts show page
  58. Урок 58. 00:04:30
    adding account histories
  59. Урок 59. 00:04:51
    account histories
  60. Урок 60. 00:06:24
    add payout button
  61. Урок 61. 00:05:41
    add buttons
  62. Урок 62. 00:05:17
    add routes
  63. Урок 63. 00:08:15
    create payout function
  64. Урок 64. 00:06:42
    complete payout request
  65. Урок 65. 00:07:52
    create mark as paid function
  66. Урок 66. 00:09:54
    add payment status to accounts
  67. Урок 67. 00:03:42
    restrict access to urls
  68. Урок 68. 00:09:38
    add profile menu
  69. Урок 69. 00:07:20
    add my accounts menu
  70. Урок 70. 00:07:33
    remove qrcodes
  71. Урок 71. 00:03:34
    split divs accordingly
  72. Урок 72. 00:06:00
    cleanup signin and signup pages
  73. Урок 73. 00:06:16
    Installing paystack laravel package
  74. Урок 74. 00:06:38
    create paystack account
  75. Урок 75. 00:09:32
    integrate paystack button
  76. Урок 76. 00:06:21
    test payment gateway
  77. Урок 77. 00:06:52
    study the returned data from paystack
  78. Урок 78. 00:09:18
    add external form
  79. Урок 79. 00:09:00
    create new payment page
  80. Урок 80. 00:04:47
    create new payment page 2
  81. Урок 81. 00:06:53
    initiate transaction
  82. Урок 82. 00:05:22
    adjust transaction
  83. Урок 83. 00:05:50
    test paystack payment again
  84. Урок 84. 00:06:42
    receive paystack data
  85. Урок 85. 00:05:27
    update owner account
  86. Урок 86. 00:07:09
    create owner account history
  87. Урок 87. 00:05:33
    transactions redirect
  88. Урок 88. 00:06:44
    add time to transactions index
  89. Урок 89. 00:07:11
    return to merchant site
  90. Урок 90. 00:01:53
    split transaction screen
  91. Урок 91. 00:09:19
    data tables
  92. Урок 92. 00:04:02
    front end validation for qrcodes
  93. Урок 93. 00:08:06
    another look at the roadmap
  94. Урок 94. 00:05:08
    API resources
  95. Урок 95. 00:06:45
    API resource collection
  96. Урок 96. 00:09:10
    API resource fields
  97. Урок 97. 00:06:26
    Installing passport and setting up faker
  98. Урок 98. 00:08:44
    faker
  99. Урок 99. 00:03:44
    QRCode faker
  100. Урок 100. 00:05:44
    Transaction faker
  101. Урок 101. 00:09:31
    account faker
  102. Урок 102. 00:03:14
    Account history faker
  103. Урок 103. 00:02:35
    select random item from array
  104. Урок 104. 00:07:06
    Roles seeder
  105. Урок 105. 00:12:58
    Fixing evil faker bugs
  106. Урок 106. 00:06:05
    Installing passport and vuejs
  107. Урок 107. 00:08:25
    configure user API detail route
  108. Урок 108. 00:05:36
    Personal access tokesn
  109. Урок 109. 00:08:02
    Personal access tokens setup
  110. Урок 110. 00:07:25
    creating oauth clients from command line
  111. Урок 111. 00:12:36
    test oath toke
  112. Урок 112. 00:03:56
    check if request wants json
  113. Урок 113. 00:01:58
    return json for qrcode creation
  114. Урок 114. 00:12:01
    create qrcode API
  115. Урок 115. 00:03:06
    edit qrcode API reqeust
  116. Урок 116. 00:03:55
    API pagination
  117. Урок 117. 00:05:54
    Resource collection
  118. Урок 118. 00:07:15
    qrcode code show resource
  119. Урок 119. 00:07:34
    API form validation using requests
  120. Урок 120. 00:01:43
    testing api form validation
  121. Урок 121. 00:01:18
    creating update qrcode api form validation
  122. Урок 122. 00:04:04
    adding http status response codes
  123. Урок 123. 00:05:33
    adding response codes
  124. Урок 124. 00:03:41
    cleaning up the Qrcode controller
  125. Урок 125. 00:08:48
    Handling error exception
  126. Урок 126. 00:05:40
    Add more exceptions
  127. Урок 127. 00:03:58
    How to throw exceptions from controller
  128. Урок 128. 00:01:44
    Install guzzle
  129. Урок 129. 00:10:24
    setup guzzle
  130. Урок 130. 00:11:10
    retrieve list of qrcodes
  131. Урок 131. 00:04:57
    create layout for frontend
  132. Урок 132. 00:07:51
    import bootstrap
  133. Урок 133. 00:04:57
    display products
  134. Урок 134. 00:06:19
    retrieve product details
  135. Урок 135. 00:11:48
    pay with paystack
  136. Урок 136. 00:02:31
    Install ionic and nodejs
  137. Урок 137. 00:05:48
    setup ionic
  138. Урок 138. 00:01:31
    app structure
  139. Урок 139. 00:04:52
    ionic folder structure
  140. Урок 140. 00:07:37
    install qrcode scanner
  141. Урок 141. 00:05:01
    install ionic browser platform
  142. Урок 142. 00:06:54
    enable qrcode camera
  143. Урок 143. 00:05:55
    create .apk file
  144. Урок 144. 00:04:25
    install apk on phone
  145. Урок 145. 00:08:13
    fixing the scanner code
  146. Урок 146. 00:06:44
    tips and tricks for phone installation
  147. Урок 147. 00:03:10
    change qrcode content
  148. Урок 148. 00:04:38
    add ionic loader
  149. Урок 149. 00:06:21
    install inApp browser
  150. Урок 150. 00:04:44
    add inapp browser to app module
  151. Урок 151. 00:11:16
    Test ionic app
  152. Урок 152. 00:02:20
    Remove toggle menu