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