1. Урок 1. 00:03:43
    Introduction of this course
  2. Урок 2. 00:01:47
    What is Laravel?
  3. Урок 3. 00:04:50
    Working Environment Xampp
  4. Урок 4. 00:02:22
    Install Text Editor
  5. Урок 5. 00:02:14
    Install Version Control System(GIT)
  6. Урок 6. 00:02:16
    Download and Install Composer
  7. Урок 7. 00:03:22
    Setup before install Laravel Project
  8. Урок 8. 00:03:16
    Download and run Laravel Project
  9. Урок 9. 00:03:12
    Virtual Hosting
  10. Урок 10. 00:04:28
    Working Environment Xampp
  11. Урок 11. 00:01:53
    Install Text Editor
  12. Урок 12. 00:02:00
    Download and install Composer
  13. Урок 13. 00:02:53
    Download and run laravel Project
  14. Урок 14. 00:04:48
    Working Environment (XAMPP)
  15. Урок 15. 00:03:08
    Install Text Editor
  16. Урок 16. 00:04:04
    Install Version Control System (GIT)
  17. Урок 17. 00:04:05
    Install Composer
  18. Урок 18. 00:08:57
    Download and run Laravel Project
  19. Урок 19. 00:04:15
    Virtual Hosting
  20. Урок 20. 00:07:31
    Laravel Project folder introduction
  21. Урок 21. 00:02:38
    Basic Routes
  22. Урок 22. 00:04:32
    Basic Resources Controller with routes
  23. Урок 23. 00:05:37
    Views(Display variable by handlebar)
  24. Урок 24. 00:04:54
    Views with blade templating
  25. Урок 25. 00:02:56
    If statement with blade templating
  26. Урок 26. 00:03:38
    Getting css and javascript files to views
  27. Урок 27. 00:03:54
    Basic Database setup and env introduction
  28. Урок 28. 00:07:04
    Creating migration
  29. Урок 29. 00:04:13
    Add column in existing table migration
  30. Урок 30. 00:03:20
    Renaming a table
  31. Урок 31. 00:02:33
    Drop column in a table
  32. Урок 32. 00:03:51
    Check if database has already a table
  33. Урок 33. 00:03:29
    Check if database has already has a column
  34. Урок 34. 00:03:29
    Creating Model
  35. Урок 35. 00:07:36
    Insert Data to the Database
  36. Урок 36. 00:06:04
    Display data to views from database
  37. Урок 37. 00:04:03
    Updata data from database
  38. Урок 38. 00:02:58
    Delete data from database
  39. Урок 39. 00:01:50
    Introduction of Seeding
  40. Урок 40. 00:04:49
    Insert data to database using Seeder
  41. Урок 41. 00:03:25
    Insert multiple seeder at once
  42. Урок 42. 00:01:14
    Introduction of Factory
  43. Урок 43. 00:05:24
    Insert 200 Fake Data to database
  44. Урок 44. 00:01:34
    Introduction of Tinker
  45. Урок 45. 00:03:07
    Creating data using Tinker
  46. Урок 46. 00:03:30
    Display Data to GIT
  47. Урок 47. 00:02:49
    Update data using TInker
  48. Урок 48. 00:02:08
    Delete data using Tinker
  49. Урок 49. 00:03:05
    Hashing Tinker
  50. Урок 50. 00:02:21
    Serve Commands
  51. Урок 51. 00:03:24
    Migration Commands
  52. Урок 52. 00:03:23
    Create own artisan command
  53. Урок 53. 00:15:19
    Setup for Relationship Project
  54. Урок 54. 00:12:18
    One to one Relationship
  55. Урок 55. 00:08:34
    One to many relationship
  56. Урок 56. 00:02:07
    One to many relationship(Inverse)
  57. Урок 57. 00:01:34
    Introduction of the section
  58. Урок 58. 00:05:17
    Setup for this section
  59. Урок 59. 00:06:20
    Install Laravel Collective
  60. Урок 60. 00:10:19
    Form Validation
  61. Урок 61. 00:04:12
    Form Request Validation
  62. Урок 62. 00:03:16
    Custom Message Form Request
  63. Урок 63. 00:06:47
    Request Validation for Image
  64. Урок 64. 00:02:17
    Difference Between Validation and Request
  65. Урок 65. 00:01:30
    Introduction of the CRUD section
  66. Урок 66. 00:06:32
    Create and setup for a new Project Part 1
  67. Урок 67. 00:08:36
    Create and setup for a new Project Part 2
  68. Урок 68. 00:04:45
    Create Controller, Migration and Models
  69. Урок 69. 00:06:06
    Create View, Setup Controller, Model and Routes
  70. Урок 70. 00:12:08
    Create Car Form
  71. Урок 71. 00:11:57
    Insert Data to Database using AJAX
  72. Урок 72. 00:01:35
    Name Unique
  73. Урок 73. 00:06:39
    Show Data with Datatables
  74. Урок 74. 00:02:48
    Refreshing data
  75. Урок 75. 00:05:20
    Export data by CSV, Copy, Excel, PDF and Print
  76. Урок 76. 00:07:44
    Show single data
  77. Урок 77. 00:14:16
    Update Data using AJAX
  78. Урок 78. 00:06:00
    Delete Data using AJAX
  79. Урок 79. 00:02:43
    Soft Delete Data
  80. Урок 80. 00:02:15
    Restore, Retrieve deleted data
  81. Урок 81. 00:05:11
    Create and setup for uploading files
  82. Урок 82. 00:06:39
    Create Uploading Form
  83. Урок 83. 00:04:34
    Upload Files
  84. Урок 84. 00:05:38
    Insert File name to database
  85. Урок 85. 00:05:24
    Create new authentication and Sptie Project
  86. Урок 86. 00:04:30
    Login and Registration using authentication
  87. Урок 87. 00:01:27
    What is Spatie?
  88. Урок 88. 00:04:01
    Install Spatie
  89. Урок 89. 00:05:14
    Create Seeder for Rolew and Permission with user connection
  90. Урок 90. 00:07:33
    Assign Role and permission to user
  91. Урок 91. 00:05:20
    Setup for Email Project
  92. Урок 92. 00:06:33
    Send Email
  93. Урок 93. 00:04:00
    Markdown Email
  94. Урок 94. 00:06:54
    Setup for Database Queries
  95. Урок 95. 00:16:04
    Join two tables form the database
  96. Урок 96. 00:10:30
    Union Query
  97. Урок 97. 00:05:18
    Where, Between and orWhere
  98. Урок 98. 00:03:26
    Aggregate methods
  99. Урок 99. 00:02:16
    Addselect Queries
  100. Урок 100. 00:03:49
    Conditional Clause
  101. Урок 101. 00:06:20
    Mutators
  102. Урок 102. 00:07:22
    Middleware
  103. Урок 103. 00:02:07
    Connecting Multiple Database
  104. Урок 104. 00:05:40
    Create migration file and seeder to second database
  105. Урок 105. 00:04:22
    Display data from second database table
  106. Урок 106. 00:01:43
    Introduction of the REST API with Passport
  107. Урок 107. 00:02:04
    What is Passport?
  108. Урок 108. 00:02:28
    Install Postman
  109. Урок 109. 00:06:31
    Create new Passport Project
  110. Урок 110. 00:05:04
    Install Passport and Auth
  111. Урок 111. 00:03:02
    Keep alive
  112. Урок 112. 00:02:08
    Create New Client
  113. Урок 113. 00:06:59
    Register and Login with Oauth Token
  114. Урок 114. 00:07:24
    Display all user data with API
  115. Урок 115. 00:04:56
    Display data using API Resources
  116. Урок 116. 00:01:49
    Custom API Resources
  117. Урок 117. 00:03:00
    Display data per id using API
  118. Урок 118. 00:02:08
    Add additional data to API Resources
  119. Урок 119. 00:04:35
    Insert data using API
  120. Урок 120. 00:02:30
    Display inserted data using API Resources
  121. Урок 121. 00:05:11
    Update data using API Resources
  122. Урок 122. 00:03:44
    Delete Data using API
  123. Урок 123. 00:01:48
    What is React.Js?
  124. Урок 124. 00:02:35
    Introduction of the library system with React.Js
  125. Урок 125. 00:07:13
    Main Setup for Library Project
  126. Урок 126. 00:02:43
    Install Node.js
  127. Урок 127. 00:04:51
    Install and Run React.js in Laravel
  128. Урок 128. 00:04:53
    Create Library Migration
  129. Урок 129. 00:04:09
    Create Library Controller and Models
  130. Урок 130. 00:07:27
    Create Configuration and Library Routes
  131. Урок 131. 00:03:55
    Views layout with React.Js Components
  132. Урок 132. 00:05:06
    Additional React.js Components
  133. Урок 133. 00:03:40
    Create Pages for our links
  134. Урок 134. 00:09:05
    React Router for Links
  135. Урок 135. 00:03:10
    Display current Link using NavLink
  136. Урок 136. 00:09:46
    React add and data links
  137. Урок 137. 00:06:43
    Create form for our Modules
  138. Урок 138. 00:04:13
    Create Controller, Model AND Routes For Insert data
  139. Урок 139. 00:15:44
    React.js insert data with API (Book Module)
  140. Урок 140. 00:08:44
    Success Message
  141. Урок 141. 00:07:17
    Error Message
  142. Урок 142. 00:02:19
    Exercise: Insert Data of Student and User Module
  143. Урок 143. 00:06:44
    Answer: Insert data of Student and User Module
  144. Урок 144. 00:08:46
    Display data using React.js
  145. Урок 145. 00:01:14
    Exercise: Display data of Student and User Module
  146. Урок 146. 00:03:56
    Answer: Display data of Student and User Module
  147. Урок 147. 00:15:30
    Update data using React.js
  148. Урок 148. 00:01:48
    Exercise: Update data of Student and User Module
  149. Урок 149. 00:05:00
    Answer: Update data of Student andUser Module
  150. Урок 150. 00:07:40
    Delete data using React.js
  151. Урок 151. 00:01:20
    Exercise: Delete data of Student and User Module
  152. Урок 152. 00:03:06
    Answer: Delete data of Student and User Module
  153. Урок 153. 00:02:10
    Create Model, Migration, Controller with Resourceful at once
  154. Урок 154. 00:01:57
    Checking of Error Logs
  155. Урок 155. 00:01:56
    Generate application Key
  156. Урок 156. 00:01:16
    What is GIT?
  157. Урок 157. 00:01:41
    GIT Initialization and status
  158. Урок 158. 00:01:54
    GIT Config and Update
  159. Урок 159. 00:02:53
    GIT Add all and specific file
  160. Урок 160. 00:01:16
    GIT Commit