589689.xyz

RESTful API with Laravel Build a real API with Laravel

  • 收录时间:2021-09-22 04:12:22
  • 文件大小:2GB
  • 下载次数:1
  • 最近下载:2021-09-22 04:12:22
  • 磁力链接:

文件列表

  1. 44. [Optional] Upgrading to Laravel 6/2. Obtaining Laravel 6 and upgrading the dependencies.mp4 83MB
  2. 35. Preparing the API for User Authentication Using Sessions/6. Returning HTML and Redirections When Required.mp4 61MB
  3. 43. [Optional] Upgrading to Laravel 5.7/3. Upgrading the components and structures.mp4 60MB
  4. 11. Implementing the Operations for UserController/4. Implementing The Update Method for UserController.mp4 56MB
  5. 44. [Optional] Upgrading to Laravel 6/3. Resolving the issues to use Laravel 6.mp4 47MB
  6. 43. [Optional] Upgrading to Laravel 5.7/2. Installing Laravel 5.7 an upgrading dependencies for the RESTful API.mp4 42MB
  7. 40. Additions and Fixes for the Laravel RESTful API/1. Identifying an Authenticated User in the RESTful API.mp4 38MB
  8. 43. [Optional] Upgrading to Laravel 5.7/1. Preparing the development environment to upgrade.mp4 36MB
  9. 44. [Optional] Upgrading to Laravel 6/1. Upgrading the development environment.mp4 34MB
  10. 32. Caching Results with Laravel Cache System/1. Implementing the Cache System.mp4 33MB
  11. 35. Preparing the API for User Authentication Using Sessions/3. Creating the Additional Authentication Structure.mp4 31MB
  12. 25. Implementing Complex Operations for Product/6. Implementing the Store Operation for ProductBuyerTransaction.mp4 29MB
  13. 27. Sending Email for Users Accounts Verification/12. Using Laravel Markdown Mailables.mp4 27MB
  14. 38. Implementing the Final Security Layer Using Policies and Gates of Laravel/9. Allowing Remaining Actions ONLY Admin Users Can Do.mp4 26MB
  15. 37. Restricting OAuth2 Clients Using Scopes/7. Restricting the Actions that Need the read-general Scope.mp4 25MB
  16. 26. Adding an Image for Products/2. Storing an Image When Creating a Product.mp4 22MB
  17. 29. Transforming Responses with PHP Fractal for Security and Compatibility/9. Returning the New Transformed Responses.mp4 22MB
  18. 28. The Middleware and the Rate Limiting/2. Creating a Custom Middleware.mp4 21MB
  19. 3. Creating and Setting the Initial Structure of Laravel for the RESTful API/4. Preparing and Configuring Laravel Homestead.mp4 21MB
  20. 41. [Optional] Upgrading to Laravel 5.5/3. Upgrading the Source Code According to Laravel 5.5.mp4 20MB
  21. 38. Implementing the Final Security Layer Using Policies and Gates of Laravel/4. Implementing the Restrictions Over Seller.mp4 20MB
  22. 38. Implementing the Final Security Layer Using Policies and Gates of Laravel/3. Implementing the Restrictions Over Buyer.mp4 20MB
  23. 31. Pagination of Results/2. Paginating Already Built Collections.mp4 20MB
  24. 36. Using Laravel Passport to Implement the Initial Security Layer with OAuth2/14. Preparing the API to Use the Passport Components.mp4 20MB
  25. 36. Using Laravel Passport to Implement the Initial Security Layer with OAuth2/12. Protecting All the Routes.mp4 19MB
  26. 24. Implementing Complex Operations for Seller/6. Implementing the Update Method for SellerProductController.mp4 19MB
  27. 3. Creating and Setting the Initial Structure of Laravel for the RESTful API/5. Adding the Virtual Domain on The System.mp4 18MB
  28. 36. Using Laravel Passport to Implement the Initial Security Layer with OAuth2/17. Allowing the Management of API Clients.mp4 18MB
  29. 39. CORS for Laravel/5. Allowing CORS on Error Responses Too.mp4 18MB
  30. 11. Implementing the Operations for UserController/3. Implementing The Store Method for UserController.mp4 18MB
  31. 34. The Transformations and the Validations/2. Creating and Using a Middleware to Solve the Problem.mp4 18MB
  32. 38. Implementing the Final Security Layer Using Policies and Gates of Laravel/5. The Restrictions over User.mp4 17MB
  33. 6. Discovering and Configuring the Laravel Structure for the RESTful API/1. Discovering the Laravel Structure.mp4 17MB
  34. 30. Sorting and Filtering Results Based on Query Parameters/5. Filtering Responses Based on Attributes.mp4 17MB
  35. 34. The Transformations and the Validations/5. Improving the Middleware to Solve the Second Problem.mp4 17MB
  36. 38. Implementing the Final Security Layer Using Policies and Gates of Laravel/8. Allowing All Actions for Admin Users.mp4 16MB
  37. 36. Using Laravel Passport to Implement the Initial Security Layer with OAuth2/18. About the Authorization Code Grant Type.mp4 16MB
  38. 28. The Middleware and the Rate Limiting/1. About the Middleware and How it Works in Laravel.mp4 16MB
  39. 36. Using Laravel Passport to Implement the Initial Security Layer with OAuth2/10. Using client_credentials Grant to Protect Some Routes.mp4 15MB
  40. 37. Restricting OAuth2 Clients Using Scopes/5. Restricting the Actions that Need the manage-products Scope.mp4 15MB
  41. 25. Implementing Complex Operations for Product/4. Implementing the Update Operation of ProductCategory.mp4 15MB
  42. 24. Implementing Complex Operations for Seller/5. Implementing the Store Method for SellerProductController.mp4 15MB
  43. 41. [Optional] Upgrading to Laravel 5.5/2. Upgrading to Laravel 5.5 Along With Dependencies.mp4 15MB
  44. 30. Sorting and Filtering Results Based on Query Parameters/1. Sorting Results by Any Attribute.mp4 15MB
  45. 29. Transforming Responses with PHP Fractal for Security and Compatibility/3. Creating the Transformer for User.mp4 15MB
  46. 38. Implementing the Final Security Layer Using Policies and Gates of Laravel/7. Implementing the Restrictions Over Product.mp4 15MB
  47. 33. Implementing HATEOAS Hypermedia Controls/2. Implementing HATEOAS Hypermedia Controls for Category Instances.mp4 15MB
  48. 7. Creating the Initial Laravel Components for the RESTful API/4. Creating Some End-Point for the RESTful API Using Laravel Resource Routes.mp4 14MB
  49. 14. Improving the current RESTful API operations/2. Generalizing The Response Methods.mp4 14MB
  50. 27. Sending Email for Users Accounts Verification/2. Implementing the Verification System.mp4 14MB
  51. 37. Restricting OAuth2 Clients Using Scopes/4. Restricting the Action that Needs the purchase-product Scope.mp4 14MB
  52. 3. Creating and Setting the Initial Structure of Laravel for the RESTful API/1. Obtaining Laravel Using Composer.mp4 14MB
  53. 10. Creating the Laravel Factories for Database Seeding/6. Executing The Migrations and Seeder using Artisan from Laravel.mp4 14MB
  54. 22. Implementing Complex Operations for Buyer/2. Implementing the Index Method for BuyerProductController.mp4 13MB
  55. 6. Discovering and Configuring the Laravel Structure for the RESTful API/2. Discovering the Laravel PHP Artisan Commands.mp4 13MB
  56. 37. Restricting OAuth2 Clients Using Scopes/2. Registering Some Required Scopes for the API.mp4 13MB
  57. 14. Improving the current RESTful API operations/1. Defining Mutators and Accessor for Models.mp4 13MB
  58. 15. Handling Errors and Exceptions with the Laravel Handler/1. Returning Validation Errors as a JSON Response.mp4 13MB
  59. 27. Sending Email for Users Accounts Verification/5. Send Verification Email Using Events.mp4 13MB
  60. 1. Introduction/2. Taking Advantage of the Course and Contents.mp4 13MB
  61. 29. Transforming Responses with PHP Fractal for Security and Compatibility/1. About Transformers and Why to Use It.mp4 13MB
  62. 27. Sending Email for Users Accounts Verification/1. Preparing the Laravel Project for Email Sending.mp4 13MB
  63. 36. Using Laravel Passport to Implement the Initial Security Layer with OAuth2/19. Using the Implicit Grant Type.mp4 13MB
  64. 15. Handling Errors and Exceptions with the Laravel Handler/9. Handling Unexpected Exceptions.mp4 13MB
  65. 23. Implementing Complex Operations for Category/4. Implementing the Index Method for CategoryBuyerController.mp4 12MB
  66. 36. Using Laravel Passport to Implement the Initial Security Layer with OAuth2/15. Creating the Views to Manage the Personal Tokens.mp4 12MB
  67. 32. Caching Results with Laravel Cache System/2. The Caching System and the Query Parameters.mp4 12MB
  68. 3. Creating and Setting the Initial Structure of Laravel for the RESTful API/6. Using Vagrant to Manage the Laravel Homestead Virtual Machine.mp4 12MB
  69. 22. Implementing Complex Operations for Buyer/4. Implementing the Index Method for BuyerCategoryController.mp4 12MB
  70. 41. [Optional] Upgrading to Laravel 5.5/1. About the Upgrading Process to Laravel 5.5.mp4 12MB
  71. 10. Creating the Laravel Factories for Database Seeding/5. Using The Factories from The DatabaseSeeder of Laravel.mp4 12MB
  72. 35. Preparing the API for User Authentication Using Sessions/5. About CSRF and Handling CSRF Exceptions in Laravel.mp4 12MB
  73. 8. Implementing the RESTful API Models and its Relationships using Laravel Eloquent/4. Implementing The Properties for User.mp4 12MB
  74. 38. Implementing the Final Security Layer Using Policies and Gates of Laravel/2. What are Policies and Gates on Laravel.mp4 12MB
  75. 38. Implementing the Final Security Layer Using Policies and Gates of Laravel/6. Implementing the Restrictions Over Transaction.mp4 12MB
  76. 22. Implementing Complex Operations for Buyer/3. Implementing the Index Method for BuyerSellerController.mp4 11MB
  77. 39. CORS for Laravel/4. Allowing CORS Only for the API.mp4 11MB
  78. 36. Using Laravel Passport to Implement the Initial Security Layer with OAuth2/7. Registering the Required Routes.mp4 11MB
  79. 37. Restricting OAuth2 Clients Using Scopes/6. Restricting the Actions that Need the manage-account Scope.mp4 11MB
  80. 3. Creating and Setting the Initial Structure of Laravel for the RESTful API/8. Keep The Laravel Project Updated.mp4 11MB
  81. 42. [Optional] Upgrading to Laravel 5.6/4. Solving Issues and Updating the Project Structure.mp4 11MB
  82. 26. Adding an Image for Products/4. Updating the Image When Editing a product.mp4 11MB
  83. 23. Implementing Complex Operations for Category/3. Implementing the Index Method for CategoryTransactionController.mp4 11MB
  84. 8. Implementing the RESTful API Models and its Relationships using Laravel Eloquent/5. Implementing The Relationships Between Models.mp4 11MB
  85. 25. Implementing Complex Operations for Product/2. [Challenge] Implementing the Index Operation of ProductBuyer.mp4 11MB
  86. 36. Using Laravel Passport to Implement the Initial Security Layer with OAuth2/1. About OAuth2 and Security on APIs.mp4 11MB
  87. 31. Pagination of Results/1. About Pagination.mp4 11MB
  88. 9. Creating the Database Structure Using Migrations from Laravel/6. Creating the Migration for The Pivot Table.mp4 11MB
  89. 36. Using Laravel Passport to Implement the Initial Security Layer with OAuth2/20. Refreshing Tokens.mp4 11MB
  90. 37. Restricting OAuth2 Clients Using Scopes/1. What are Scopes on OAuth2.mp4 10MB
  91. 25. Implementing Complex Operations for Product/1. [Challenge] Implementing the Index Operation of ProductTransaction.mp4 10MB
  92. 36. Using Laravel Passport to Implement the Initial Security Layer with OAuth2/13. Using the Password Grant Type.mp4 10MB
  93. 28. The Middleware and the Rate Limiting/3. About the Rate Limiting in Laravel and the Details.mp4 10MB
  94. 15. Handling Errors and Exceptions with the Laravel Handler/3. Handling AuthenticationException.mp4 10MB
  95. 4. Configuring and Using Sublime Text 3 to Develop the RESTful API with Laravel/6. Installing and Using PHPCompanion to Auto-import Laravel Definitions.mp4 10MB
  96. 25. Implementing Complex Operations for Product/3. [Challenge] Implementing the Index Operation of ProductCategory.mp4 10MB
  97. 10. Creating the Laravel Factories for Database Seeding/4. Creating The Factory for Transaction.mp4 10MB
  98. 21. Implementing Complex Operations within Transaction/2. Implementing the Index Method for TransactionSellerController.mp4 10MB
  99. 15. Handling Errors and Exceptions with the Laravel Handler/8. Catching Exceptions When Removing Related Resources.mp4 10MB
  100. 42. [Optional] Upgrading to Laravel 5.6/1. Preparing the Environment to Upgrade.mp4 10MB
  101. 33. Implementing HATEOAS Hypermedia Controls/1. What is and Why to Use HATEOAS.mp4 10MB
  102. 5. Understanding the Case Study for the RESTful API/2. Understanding the Main End-Points for the RESTful API.mp4 10MB
  103. 2. Downloading and Installing the Tools to Develop the RESTful API with Laravel/6. Downloading and Installing Github Shell.mp4 10MB
  104. 16. Implicit Model Binding with Routes and Methods/2. Resolving Buyer Using Laravel Global Scopes.mp4 10MB
  105. 37. Restricting OAuth2 Clients Using Scopes/3. Registering the Laravel Passport Middleware to Check Scopes.mp4 10MB
  106. 39. CORS for Laravel/3. Configuring the CORS Package.mp4 10MB
  107. 21. Implementing Complex Operations within Transaction/1. Implementing the Index Method for TransactionCategoryController.mp4 9MB
  108. 30. Sorting and Filtering Results Based on Query Parameters/3. Improving the Transformations to Solve the Problem.mp4 9MB
  109. 7. Creating the Initial Laravel Components for the RESTful API/2. Creating Initial Laravel Structures for The Models and Its Migrations.mp4 9MB
  110. 4. Configuring and Using Sublime Text 3 to Develop the RESTful API with Laravel/5. Installing and Using SublimeLinter for PHP.mp4 9MB
  111. 2. Downloading and Installing the Tools to Develop the RESTful API with Laravel/8. Downloading and Installing Postman to Test the Laravel RESTful API.mp4 9MB
  112. 27. Sending Email for Users Accounts Verification/4. Implementing the UserCreated Mailable.mp4 9MB
  113. 35. Preparing the API for User Authentication Using Sessions/4. Tuning Some Structures to Avoid Inconsistences.mp4 9MB
  114. 28. The Middleware and the Rate Limiting/4. [Optional] Customizing the Response for 'Too Many Attempts'.mp4 9MB
  115. 10. Creating the Laravel Factories for Database Seeding/3. Creating The Factory for Product.mp4 9MB
  116. 29. Transforming Responses with PHP Fractal for Security and Compatibility/2. Preparing the Laravel Project for Data Transforming.mp4 8MB
  117. 18. Implementing the Operations for Category/3. Implementing the Store Method for CategoryController.mp4 8MB
  118. 2. Downloading and Installing the Tools to Develop the RESTful API with Laravel/1. Downloading and Installing PHP with XAMPP.mp4 8MB
  119. 34. The Transformations and the Validations/4. Improving the Transformations to Solve the Second Problem.mp4 8MB
  120. 36. Using Laravel Passport to Implement the Initial Security Layer with OAuth2/9. Defining the Expiration Time for the Tokens.mp4 8MB
  121. 33. Implementing HATEOAS Hypermedia Controls/3. Implementing HATEOAS Hypermedia Controls for Product Instances.mp4 8MB
  122. 14. Improving the current RESTful API operations/3. Using The Generalized Methods.mp4 8MB
  123. 38. Implementing the Final Security Layer Using Policies and Gates of Laravel/1. About the Final Security Layer.mp4 8MB
  124. 18. Implementing the Operations for Category/1. Implementing the Index Method for CategoryController.mp4 8MB
  125. 27. Sending Email for Users Accounts Verification/10. Re-sending the Verification Email If Requested.mp4 8MB
  126. 24. Implementing Complex Operations for Seller/3. Implementing the Index Method for SellerBuyerController.mp4 8MB
  127. 25. Implementing Complex Operations for Product/7. Handling the Products Availability Using Events.mp4 8MB
  128. 26. Adding an Image for Products/1. Preparing the API for Images Uploading.mp4 8MB
  129. 27. Sending Email for Users Accounts Verification/6. Solving the Problem with Factories.mp4 8MB
  130. 23. Implementing Complex Operations for Category/2. Implementing the Index Method for CategorySellerController.mp4 8MB
  131. 7. Creating the Initial Laravel Components for the RESTful API/3. Creating an Initial Laravel Structure for The Controllers.mp4 8MB
  132. 34. The Transformations and the Validations/3. Solving the First Problem Using the Middleware.mp4 8MB
  133. 31. Pagination of Results/3. Allowing Custom Page Size.mp4 8MB
  134. 6. Discovering and Configuring the Laravel Structure for the RESTful API/3. Configuring the Laravel Environment Variables.mp4 8MB
  135. 27. Sending Email for Users Accounts Verification/11. Dealing with Failing-Prone Actions.mp4 7MB
  136. 36. Using Laravel Passport to Implement the Initial Security Layer with OAuth2/5. Installing Laravel Passport Definitively on the API.mp4 7MB
  137. 5. Understanding the Case Study for the RESTful API/1. Understanding the RESTful API Resources (Models) and its Relationships.mp4 7MB
  138. 27. Sending Email for Users Accounts Verification/9. Send Verification for Email Changed Using Events.mp4 7MB
  139. 42. [Optional] Upgrading to Laravel 5.6/2. Obtaining Laravel 5.6.mp4 7MB
  140. 4. Configuring and Using Sublime Text 3 to Develop the RESTful API with Laravel/3. Installing and Using SublimeCodeIntel to Resolve Laravel and RESTful API classes.mp4 7MB
  141. 39. CORS for Laravel/1. About CORS.mp4 7MB
  142. 16. Implicit Model Binding with Routes and Methods/1. Using The Laravel Implicit Model Binding for Some Methods.mp4 7MB
  143. 8. Implementing the RESTful API Models and its Relationships using Laravel Eloquent/2. Implementing The Properties for Product.mp4 7MB
  144. 15. Handling Errors and Exceptions with the Laravel Handler/2. Returning Model Not Found Errors as a JSON Response.mp4 7MB
  145. 29. Transforming Responses with PHP Fractal for Security and Compatibility/8. Linking the Models with its Respective Transformer.mp4 7MB
  146. 30. Sorting and Filtering Results Based on Query Parameters/2. Understanding an Issue with Sorted Responses.mp4 7MB
  147. 24. Implementing Complex Operations for Seller/1. Implementing the Index Method for SellerTransactionController.mp4 7MB
  148. 12. Implementing the operations for Buyer/1. Implementing The Index Method for BuyerController.mp4 7MB
  149. 30. Sorting and Filtering Results Based on Query Parameters/4. Implementing the Solution Using Transformers.mp4 7MB
  150. 11. Implementing the Operations for UserController/1. Implementing The Index Method for UserController.mp4 7MB
  151. 10. Creating the Laravel Factories for Database Seeding/1. Creating The Laravel Factory for User.mp4 7MB
  152. 22. Implementing Complex Operations for Buyer/1. Implementing the Index Method for BuyerTransactionController.mp4 7MB
  153. 6. Discovering and Configuring the Laravel Structure for the RESTful API/4. Understanding the Laravel Routes System for RESTful APIs.mp4 7MB
  154. 36. Using Laravel Passport to Implement the Initial Security Layer with OAuth2/3. Preparing the Laravel Project to Use Laravel Passport.mp4 7MB
  155. 17. Implementing Soft Deleting for All the Models/2. Using soft Deleting for All the Models.mp4 6MB
  156. 24. Implementing Complex Operations for Seller/4. Implementing the Index Method for SellerProductController.mp4 6MB
  157. 36. Using Laravel Passport to Implement the Initial Security Layer with OAuth2/2. What is Laravel Passport.mp4 6MB
  158. 18. Implementing the Operations for Category/4. Implementing the Update Method for CategoryController.mp4 6MB
  159. 19. Implementing the Operations for Product/1. Implementing the Index Method for ProductController.mp4 6MB
  160. 23. Implementing Complex Operations for Category/1. Implementing the Index Method for CategoryProductController.mp4 6MB
  161. 2. Downloading and Installing the Tools to Develop the RESTful API with Laravel/7. Downloading and Installing Node and NPM.mp4 6MB
  162. 4. Configuring and Using Sublime Text 3 to Develop the RESTful API with Laravel/2. Creating and Using Projects.mp4 6MB
  163. 35. Preparing the API for User Authentication Using Sessions/1. Why is It Required for Our API.mp4 6MB
  164. 29. Transforming Responses with PHP Fractal for Security and Compatibility/7. Creating the Transformer for Product.mp4 6MB
  165. 1. Introduction/1. About the Instructor and the Course.mp4 6MB
  166. 33. Implementing HATEOAS Hypermedia Controls/4. Implementing HATEOAS for Transaction Instances.mp4 6MB
  167. 36. Using Laravel Passport to Implement the Initial Security Layer with OAuth2/6. Making Users Authenticatable Through API Tokens.mp4 6MB
  168. 36. Using Laravel Passport to Implement the Initial Security Layer with OAuth2/11. How to Obtain and Use Tokens Using Client Credentials.mp4 6MB
  169. 36. Using Laravel Passport to Implement the Initial Security Layer with OAuth2/4. Using the Migrations of Laravel Passport.mp4 6MB
  170. 11. Implementing the Operations for UserController/2. Implementing The Show Method for UserController.mp4 6MB
  171. 24. Implementing Complex Operations for Seller/2. Implementing the Index Method for SellerCategoryController.mp4 6MB
  172. 9. Creating the Database Structure Using Migrations from Laravel/1. Solving a Common Issue with the Laravel Migrations.mp4 6MB
  173. 26. Adding an Image for Products/3. Removing the Image When Deleting a Product.mp4 6MB
  174. 15. Handling Errors and Exceptions with the Laravel Handler/6. Handling MethodNotAllowedHttpException.mp4 5MB
  175. 2. Downloading and Installing the Tools to Develop the RESTful API with Laravel/2. Downloading and Installing Composer.mp4 5MB
  176. 36. Using Laravel Passport to Implement the Initial Security Layer with OAuth2/16. About the Personal Tokens and How to Use It.mp4 5MB
  177. 29. Transforming Responses with PHP Fractal for Security and Compatibility/4. Creating the Transformer for Seller and Buyer.mp4 5MB
  178. 42. [Optional] Upgrading to Laravel 5.6/3. Installing Updated Dependencies.mp4 5MB
  179. 2. Downloading and Installing the Tools to Develop the RESTful API with Laravel/4. Downloading and Installing Vagrant.mp4 5MB
  180. 14. Improving the current RESTful API operations/4. Using The Generalized Methods for Error Responses.mp4 5MB
  181. 9. Creating the Database Structure Using Migrations from Laravel/2. Implementing The Migration for Users.mp4 5MB
  182. 33. Implementing HATEOAS Hypermedia Controls/5. Implementing HATEOAS for User Instances.mp4 5MB
  183. 25. Implementing Complex Operations for Product/5. Implementing the Destroy Operation of ProductCategory.mp4 5MB
  184. 24. Implementing Complex Operations for Seller/7. Implementing the Destroy Method for SellerProductController.mp4 5MB
  185. 17. Implementing Soft Deleting for All the Models/1. Modifying the Migrations for Soft Deleting.mp4 5MB
  186. 13. Implementing the operations for Seller/1. Implementing The Index Method for SellerController.mp4 5MB
  187. 2. Downloading and Installing the Tools to Develop the RESTful API with Laravel/3. Downloading and Installing Virtual Box.mp4 5MB
  188. 27. Sending Email for Users Accounts Verification/8. Implementing the UserMailChanged Mailable.mp4 5MB
  189. 34. The Transformations and the Validations/1. Understanding Two Problems with Transformations and Validations.mp4 5MB
  190. 15. Handling Errors and Exceptions with the Laravel Handler/4. Handling AuthorizationException.mp4 5MB
  191. 16. Implicit Model Binding with Routes and Methods/3. Resolving Seller Using Laravel Global Scopes.mp4 5MB
  192. 9. Creating the Database Structure Using Migrations from Laravel/4. Implementing The Migration for Products.mp4 5MB
  193. 15. Handling Errors and Exceptions with the Laravel Handler/7. Handling General HttpException.mp4 5MB
  194. 4. Configuring and Using Sublime Text 3 to Develop the RESTful API with Laravel/1. Installing the Package Control.mp4 4MB
  195. 2. Downloading and Installing the Tools to Develop the RESTful API with Laravel/5. Downloading and Installing Sublime Text 3.mp4 4MB
  196. 18. Implementing the Operations for Category/5. Implementing the Destroy Method for CategoryController.mp4 4MB
  197. 15. Handling Errors and Exceptions with the Laravel Handler/5. Handling NotFoundHttpException.mp4 4MB
  198. 39. CORS for Laravel/2. Installing the CORS Package for Laravel.mp4 4MB
  199. 29. Transforming Responses with PHP Fractal for Security and Compatibility/6. Creating the Transformer for Transaction.mp4 4MB
  200. 45. Conclusion/2. Thanks for Be Here!.mp4 4MB
  201. 4. Configuring and Using Sublime Text 3 to Develop the RESTful API with Laravel/4. Installing and Using SideBarEnhancement.mp4 4MB
  202. 8. Implementing the RESTful API Models and its Relationships using Laravel Eloquent/1. Implementing The Properties for Category.mp4 4MB
  203. 11. Implementing the Operations for UserController/5. Implementing The Destroy Method for UserController.mp4 4MB
  204. 12. Implementing the operations for Buyer/2. Implementing The Show Method for BuyerController.mp4 4MB
  205. 23. Implementing Complex Operations for Category/5. Removing the Pivot Table from the Results.mp4 4MB
  206. 27. Sending Email for Users Accounts Verification/7. Creating the Mailable for User Mail Changed.mp4 4MB
  207. 13. Implementing the operations for Seller/2. Implementing The Show Method for SellerController.mp4 4MB
  208. 36. Using Laravel Passport to Implement the Initial Security Layer with OAuth2/8. Configuring the Authentication System.mp4 4MB
  209. 27. Sending Email for Users Accounts Verification/3. Creating the Laravel Mailable for User Created.mp4 3MB
  210. 9. Creating the Database Structure Using Migrations from Laravel/5. Implementing The Migration for Transactions.mp4 3MB
  211. 10. Creating the Laravel Factories for Database Seeding/2. Creating The Factory for Category.mp4 3MB
  212. 18. Implementing the Operations for Category/2. Implementing the Show Method for CategoryController.mp4 3MB
  213. 3. Creating and Setting the Initial Structure of Laravel for the RESTful API/2. Adding Laravel Homestead as a Dependency for The Laravel Project.mp4 3MB
  214. 29. Transforming Responses with PHP Fractal for Security and Compatibility/5. Creating the Transformer for Category.mp4 3MB
  215. 8. Implementing the RESTful API Models and its Relationships using Laravel Eloquent/3. Implementing The Properties for Transaction.mp4 3MB
  216. 19. Implementing the Operations for Product/2. Implementing the Show Method for ProductController.mp4 2MB
  217. 9. Creating the Database Structure Using Migrations from Laravel/3. Implementing The Migration for Categories.mp4 2MB
  218. 5. Understanding the Case Study for the RESTful API/1.1 [12-01-2017]Purchase_Sale_System.png.png 63KB
  219. 25. Implementing Complex Operations for Product/6. Implementing the Store Operation for ProductBuyerTransaction.srt 10KB
  220. 44. [Optional] Upgrading to Laravel 6/2. Obtaining Laravel 6 and upgrading the dependencies.srt 10KB
  221. 37. Restricting OAuth2 Clients Using Scopes/7. Restricting the Actions that Need the read-general Scope.srt 9KB
  222. 36. Using Laravel Passport to Implement the Initial Security Layer with OAuth2/18. About the Authorization Code Grant Type.srt 9KB
  223. 38. Implementing the Final Security Layer Using Policies and Gates of Laravel/3. Implementing the Restrictions Over Buyer.srt 9KB
  224. 28. The Middleware and the Rate Limiting/2. Creating a Custom Middleware.srt 9KB
  225. 38. Implementing the Final Security Layer Using Policies and Gates of Laravel/9. Allowing Remaining Actions ONLY Admin Users Can Do.srt 9KB
  226. 36. Using Laravel Passport to Implement the Initial Security Layer with OAuth2/14. Preparing the API to Use the Passport Components.srt 9KB
  227. 38. Implementing the Final Security Layer Using Policies and Gates of Laravel/5. The Restrictions over User.srt 9KB
  228. 38. Implementing the Final Security Layer Using Policies and Gates of Laravel/4. Implementing the Restrictions Over Seller.srt 9KB
  229. 6. Discovering and Configuring the Laravel Structure for the RESTful API/1. Discovering the Laravel Structure.srt 8KB
  230. 29. Transforming Responses with PHP Fractal for Security and Compatibility/9. Returning the New Transformed Responses.srt 8KB
  231. 40. Additions and Fixes for the Laravel RESTful API/1. Identifying an Authenticated User in the RESTful API.srt 8KB
  232. 35. Preparing the API for User Authentication Using Sessions/6. Returning HTML and Redirections When Required.srt 8KB
  233. 11. Implementing the Operations for UserController/3. Implementing The Store Method for UserController.srt 8KB
  234. 27. Sending Email for Users Accounts Verification/12. Using Laravel Markdown Mailables.srt 8KB
  235. 11. Implementing the Operations for UserController/4. Implementing The Update Method for UserController.srt 8KB
  236. 43. [Optional] Upgrading to Laravel 5.7/3. Upgrading the components and structures.srt 7KB
  237. 31. Pagination of Results/2. Paginating Already Built Collections.srt 7KB
  238. 41. [Optional] Upgrading to Laravel 5.5/3. Upgrading the Source Code According to Laravel 5.5.srt 7KB
  239. 44. [Optional] Upgrading to Laravel 6/3. Resolving the issues to use Laravel 6.srt 7KB
  240. 42. [Optional] Upgrading to Laravel 5.6/4. Solving Issues and Updating the Project Structure.srt 7KB
  241. 27. Sending Email for Users Accounts Verification/1. Preparing the Laravel Project for Email Sending.srt 7KB
  242. 28. The Middleware and the Rate Limiting/1. About the Middleware and How it Works in Laravel.srt 7KB
  243. 38. Implementing the Final Security Layer Using Policies and Gates of Laravel/8. Allowing All Actions for Admin Users.srt 7KB
  244. 42. [Optional] Upgrading to Laravel 5.6/1. Preparing the Environment to Upgrade.srt 7KB
  245. 7. Creating the Initial Laravel Components for the RESTful API/4. Creating Some End-Point for the RESTful API Using Laravel Resource Routes.srt 7KB
  246. 34. The Transformations and the Validations/2. Creating and Using a Middleware to Solve the Problem.srt 7KB
  247. 29. Transforming Responses with PHP Fractal for Security and Compatibility/1. About Transformers and Why to Use It.srt 7KB
  248. 24. Implementing Complex Operations for Seller/6. Implementing the Update Method for SellerProductController.srt 7KB
  249. 29. Transforming Responses with PHP Fractal for Security and Compatibility/3. Creating the Transformer for User.srt 7KB
  250. 34. The Transformations and the Validations/5. Improving the Middleware to Solve the Second Problem.srt 6KB
  251. 36. Using Laravel Passport to Implement the Initial Security Layer with OAuth2/10. Using client_credentials Grant to Protect Some Routes.srt 6KB
  252. 30. Sorting and Filtering Results Based on Query Parameters/1. Sorting Results by Any Attribute.srt 6KB
  253. 27. Sending Email for Users Accounts Verification/2. Implementing the Verification System.srt 6KB
  254. 10. Creating the Laravel Factories for Database Seeding/6. Executing The Migrations and Seeder using Artisan from Laravel.srt 6KB
  255. 43. [Optional] Upgrading to Laravel 5.7/2. Installing Laravel 5.7 an upgrading dependencies for the RESTful API.srt 6KB
  256. 33. Implementing HATEOAS Hypermedia Controls/2. Implementing HATEOAS Hypermedia Controls for Category Instances.srt 6KB
  257. 36. Using Laravel Passport to Implement the Initial Security Layer with OAuth2/12. Protecting All the Routes.srt 6KB
  258. 37. Restricting OAuth2 Clients Using Scopes/5. Restricting the Actions that Need the manage-products Scope.srt 6KB
  259. 30. Sorting and Filtering Results Based on Query Parameters/5. Filtering Responses Based on Attributes.srt 6KB
  260. 25. Implementing Complex Operations for Product/4. Implementing the Update Operation of ProductCategory.srt 6KB
  261. 32. Caching Results with Laravel Cache System/2. The Caching System and the Query Parameters.srt 6KB
  262. 39. CORS for Laravel/5. Allowing CORS on Error Responses Too.srt 6KB
  263. 8. Implementing the RESTful API Models and its Relationships using Laravel Eloquent/4. Implementing The Properties for User.srt 6KB
  264. 36. Using Laravel Passport to Implement the Initial Security Layer with OAuth2/17. Allowing the Management of API Clients.srt 6KB
  265. 36. Using Laravel Passport to Implement the Initial Security Layer with OAuth2/19. Using the Implicit Grant Type.srt 6KB
  266. 38. Implementing the Final Security Layer Using Policies and Gates of Laravel/6. Implementing the Restrictions Over Transaction.srt 6KB
  267. 38. Implementing the Final Security Layer Using Policies and Gates of Laravel/7. Implementing the Restrictions Over Product.srt 6KB
  268. 37. Restricting OAuth2 Clients Using Scopes/2. Registering Some Required Scopes for the API.srt 6KB
  269. 36. Using Laravel Passport to Implement the Initial Security Layer with OAuth2/20. Refreshing Tokens.srt 6KB
  270. 36. Using Laravel Passport to Implement the Initial Security Layer with OAuth2/15. Creating the Views to Manage the Personal Tokens.srt 6KB
  271. 22. Implementing Complex Operations for Buyer/2. Implementing the Index Method for BuyerProductController.srt 5KB
  272. 22. Implementing Complex Operations for Buyer/3. Implementing the Index Method for BuyerSellerController.srt 5KB
  273. 3. Creating and Setting the Initial Structure of Laravel for the RESTful API/6. Using Vagrant to Manage the Laravel Homestead Virtual Machine.srt 5KB
  274. 37. Restricting OAuth2 Clients Using Scopes/4. Restricting the Action that Needs the purchase-product Scope.srt 5KB
  275. 14. Improving the current RESTful API operations/1. Defining Mutators and Accessor for Models.srt 5KB
  276. 10. Creating the Laravel Factories for Database Seeding/5. Using The Factories from The DatabaseSeeder of Laravel.srt 5KB
  277. 6. Discovering and Configuring the Laravel Structure for the RESTful API/2. Discovering the Laravel PHP Artisan Commands.srt 5KB
  278. 27. Sending Email for Users Accounts Verification/4. Implementing the UserCreated Mailable.srt 5KB
  279. 14. Improving the current RESTful API operations/2. Generalizing The Response Methods.srt 5KB
  280. 10. Creating the Laravel Factories for Database Seeding/4. Creating The Factory for Transaction.srt 5KB
  281. 15. Handling Errors and Exceptions with the Laravel Handler/1. Returning Validation Errors as a JSON Response.srt 5KB
  282. 41. [Optional] Upgrading to Laravel 5.5/2. Upgrading to Laravel 5.5 Along With Dependencies.srt 5KB
  283. 16. Implicit Model Binding with Routes and Methods/2. Resolving Buyer Using Laravel Global Scopes.srt 5KB
  284. 35. Preparing the API for User Authentication Using Sessions/5. About CSRF and Handling CSRF Exceptions in Laravel.srt 5KB
  285. 3. Creating and Setting the Initial Structure of Laravel for the RESTful API/4. Preparing and Configuring Laravel Homestead.srt 5KB
  286. 8. Implementing the RESTful API Models and its Relationships using Laravel Eloquent/5. Implementing The Relationships Between Models.srt 5KB
  287. 24. Implementing Complex Operations for Seller/5. Implementing the Store Method for SellerProductController.srt 5KB
  288. 32. Caching Results with Laravel Cache System/1. Implementing the Cache System.srt 5KB
  289. 2. Downloading and Installing the Tools to Develop the RESTful API with Laravel/6. Downloading and Installing Github Shell.srt 5KB
  290. 15. Handling Errors and Exceptions with the Laravel Handler/9. Handling Unexpected Exceptions.srt 5KB
  291. 39. CORS for Laravel/4. Allowing CORS Only for the API.srt 5KB
  292. 26. Adding an Image for Products/4. Updating the Image When Editing a product.srt 5KB
  293. 22. Implementing Complex Operations for Buyer/4. Implementing the Index Method for BuyerCategoryController.srt 5KB
  294. 5. Understanding the Case Study for the RESTful API/2.1 End-Points List.txt.txt 5KB
  295. 43. [Optional] Upgrading to Laravel 5.7/1. Preparing the development environment to upgrade.srt 5KB
  296. 9. Creating the Database Structure Using Migrations from Laravel/6. Creating the Migration for The Pivot Table.srt 5KB
  297. 36. Using Laravel Passport to Implement the Initial Security Layer with OAuth2/13. Using the Password Grant Type.srt 5KB
  298. 38. Implementing the Final Security Layer Using Policies and Gates of Laravel/2. What are Policies and Gates on Laravel.srt 5KB
  299. 7. Creating the Initial Laravel Components for the RESTful API/2. Creating Initial Laravel Structures for The Models and Its Migrations.srt 5KB
  300. 44. [Optional] Upgrading to Laravel 6/1. Upgrading the development environment.srt 5KB
  301. 6. Discovering and Configuring the Laravel Structure for the RESTful API/3. Configuring the Laravel Environment Variables.srt 5KB
  302. 21. Implementing Complex Operations within Transaction/1. Implementing the Index Method for TransactionCategoryController.srt 5KB
  303. 37. Restricting OAuth2 Clients Using Scopes/6. Restricting the Actions that Need the manage-account Scope.srt 5KB
  304. 39. CORS for Laravel/1. About CORS.srt 4KB
  305. 28. The Middleware and the Rate Limiting/3. About the Rate Limiting in Laravel and the Details.srt 4KB
  306. 33. Implementing HATEOAS Hypermedia Controls/1. What is and Why to Use HATEOAS.srt 4KB
  307. 34. The Transformations and the Validations/3. Solving the First Problem Using the Middleware.srt 4KB
  308. 31. Pagination of Results/1. About Pagination.srt 4KB
  309. 36. Using Laravel Passport to Implement the Initial Security Layer with OAuth2/1. About OAuth2 and Security on APIs.srt 4KB
  310. 42. [Optional] Upgrading to Laravel 5.6/2. Obtaining Laravel 5.6.srt 4KB
  311. 37. Restricting OAuth2 Clients Using Scopes/3. Registering the Laravel Passport Middleware to Check Scopes.srt 4KB
  312. 18. Implementing the Operations for Category/4. Implementing the Update Method for CategoryController.srt 4KB
  313. 4. Configuring and Using Sublime Text 3 to Develop the RESTful API with Laravel/6. Installing and Using PHPCompanion to Auto-import Laravel Definitions.srt 4KB
  314. 38. Implementing the Final Security Layer Using Policies and Gates of Laravel/1. About the Final Security Layer.srt 4KB
  315. 5. Understanding the Case Study for the RESTful API/1. Understanding the RESTful API Resources (Models) and its Relationships.srt 4KB
  316. 15. Handling Errors and Exceptions with the Laravel Handler/8. Catching Exceptions When Removing Related Resources.srt 4KB
  317. 23. Implementing Complex Operations for Category/4. Implementing the Index Method for CategoryBuyerController.srt 4KB
  318. 26. Adding an Image for Products/1. Preparing the API for Images Uploading.srt 4KB
  319. 41. [Optional] Upgrading to Laravel 5.5/1. About the Upgrading Process to Laravel 5.5.srt 4KB
  320. 23. Implementing Complex Operations for Category/3. Implementing the Index Method for CategoryTransactionController.srt 4KB
  321. 7. Creating the Initial Laravel Components for the RESTful API/3. Creating an Initial Laravel Structure for The Controllers.srt 4KB
  322. 3. Creating and Setting the Initial Structure of Laravel for the RESTful API/8. Keep The Laravel Project Updated.srt 4KB
  323. 23. Implementing Complex Operations for Category/2. Implementing the Index Method for CategorySellerController.srt 4KB
  324. 35. Preparing the API for User Authentication Using Sessions/4. Tuning Some Structures to Avoid Inconsistences.srt 4KB
  325. 10. Creating the Laravel Factories for Database Seeding/3. Creating The Factory for Product.srt 4KB
  326. 27. Sending Email for Users Accounts Verification/9. Send Verification for Email Changed Using Events.srt 4KB
  327. 36. Using Laravel Passport to Implement the Initial Security Layer with OAuth2/9. Defining the Expiration Time for the Tokens.srt 4KB
  328. 36. Using Laravel Passport to Implement the Initial Security Layer with OAuth2/11. How to Obtain and Use Tokens Using Client Credentials.srt 4KB
  329. 39. CORS for Laravel/3. Configuring the CORS Package.srt 4KB
  330. 21. Implementing Complex Operations within Transaction/2. Implementing the Index Method for TransactionSellerController.srt 4KB
  331. 5. Understanding the Case Study for the RESTful API/2. Understanding the Main End-Points for the RESTful API.srt 4KB
  332. 2. Downloading and Installing the Tools to Develop the RESTful API with Laravel/7. Downloading and Installing Node and NPM.srt 4KB
  333. 27. Sending Email for Users Accounts Verification/5. Send Verification Email Using Events.srt 4KB
  334. 36. Using Laravel Passport to Implement the Initial Security Layer with OAuth2/7. Registering the Required Routes.srt 4KB
  335. 4. Configuring and Using Sublime Text 3 to Develop the RESTful API with Laravel/3. Installing and Using SublimeCodeIntel to Resolve Laravel and RESTful API classes.srt 4KB
  336. 29. Transforming Responses with PHP Fractal for Security and Compatibility/2. Preparing the Laravel Project for Data Transforming.srt 4KB
  337. 25. Implementing Complex Operations for Product/7. Handling the Products Availability Using Events.srt 3KB
  338. 37. Restricting OAuth2 Clients Using Scopes/1. What are Scopes on OAuth2.srt 3KB
  339. 27. Sending Email for Users Accounts Verification/11. Dealing with Failing-Prone Actions.srt 3KB
  340. 31. Pagination of Results/3. Allowing Custom Page Size.srt 3KB
  341. 8. Implementing the RESTful API Models and its Relationships using Laravel Eloquent/2. Implementing The Properties for Product.srt 3KB
  342. 10. Creating the Laravel Factories for Database Seeding/1. Creating The Laravel Factory for User.srt 3KB
  343. 30. Sorting and Filtering Results Based on Query Parameters/3. Improving the Transformations to Solve the Problem.srt 3KB
  344. 33. Implementing HATEOAS Hypermedia Controls/3. Implementing HATEOAS Hypermedia Controls for Product Instances.srt 3KB
  345. 15. Handling Errors and Exceptions with the Laravel Handler/2. Returning Model Not Found Errors as a JSON Response.srt 3KB
  346. 42. [Optional] Upgrading to Laravel 5.6/3. Installing Updated Dependencies.srt 3KB
  347. 18. Implementing the Operations for Category/1. Implementing the Index Method for CategoryController.srt 3KB
  348. 30. Sorting and Filtering Results Based on Query Parameters/2. Understanding an Issue with Sorted Responses.srt 3KB
  349. 28. The Middleware and the Rate Limiting/4. [Optional] Customizing the Response for 'Too Many Attempts'.srt 3KB
  350. 35. Preparing the API for User Authentication Using Sessions/3. Creating the Additional Authentication Structure.srt 3KB
  351. 29. Transforming Responses with PHP Fractal for Security and Compatibility/8. Linking the Models with its Respective Transformer.srt 3KB
  352. 2. Downloading and Installing the Tools to Develop the RESTful API with Laravel/8. Downloading and Installing Postman to Test the Laravel RESTful API.srt 3KB
  353. 17. Implementing Soft Deleting for All the Models/2. Using soft Deleting for All the Models.srt 3KB
  354. 36. Using Laravel Passport to Implement the Initial Security Layer with OAuth2/5. Installing Laravel Passport Definitively on the API.srt 3KB
  355. 6. Discovering and Configuring the Laravel Structure for the RESTful API/4. Understanding the Laravel Routes System for RESTful APIs.srt 3KB
  356. 27. Sending Email for Users Accounts Verification/10. Re-sending the Verification Email If Requested.srt 3KB
  357. 26. Adding an Image for Products/3. Removing the Image When Deleting a Product.srt 3KB
  358. 36. Using Laravel Passport to Implement the Initial Security Layer with OAuth2/16. About the Personal Tokens and How to Use It.srt 3KB
  359. 24. Implementing Complex Operations for Seller/1. Implementing the Index Method for SellerTransactionController.srt 3KB
  360. 26. Adding an Image for Products/2. Storing an Image When Creating a Product.srt 3KB
  361. 7. Creating the Initial Laravel Components for the RESTful API/1. How to Solve Common Errors During the Development of the RESTful API.html 3KB
  362. 18. Implementing the Operations for Category/3. Implementing the Store Method for CategoryController.srt 3KB
  363. 34. The Transformations and the Validations/1. Understanding Two Problems with Transformations and Validations.srt 3KB
  364. 24. Implementing Complex Operations for Seller/3. Implementing the Index Method for SellerBuyerController.srt 3KB
  365. 16. Implicit Model Binding with Routes and Methods/1. Using The Laravel Implicit Model Binding for Some Methods.srt 3KB
  366. 36. Using Laravel Passport to Implement the Initial Security Layer with OAuth2/4. Using the Migrations of Laravel Passport.srt 3KB
  367. 15. Handling Errors and Exceptions with the Laravel Handler/3. Handling AuthenticationException.srt 3KB
  368. 11. Implementing the Operations for UserController/1. Implementing The Index Method for UserController.srt 3KB
  369. 1. Introduction/2. Taking Advantage of the Course and Contents.srt 3KB
  370. 25. Implementing Complex Operations for Product/1. [Challenge] Implementing the Index Operation of ProductTransaction.srt 3KB
  371. 45. Conclusion/1. List of Pending Topics.html 3KB
  372. 30. Sorting and Filtering Results Based on Query Parameters/4. Implementing the Solution Using Transformers.srt 3KB
  373. 24. Implementing Complex Operations for Seller/4. Implementing the Index Method for SellerProductController.srt 3KB
  374. 14. Improving the current RESTful API operations/3. Using The Generalized Methods.srt 3KB
  375. 12. Implementing the operations for Buyer/1. Implementing The Index Method for BuyerController.srt 3KB
  376. 25. Implementing Complex Operations for Product/3. [Challenge] Implementing the Index Operation of ProductCategory.srt 3KB
  377. 35. Preparing the API for User Authentication Using Sessions/1. Why is It Required for Our API.srt 3KB
  378. 29. Transforming Responses with PHP Fractal for Security and Compatibility/4. Creating the Transformer for Seller and Buyer.srt 3KB
  379. 29. Transforming Responses with PHP Fractal for Security and Compatibility/7. Creating the Transformer for Product.srt 3KB
  380. 27. Sending Email for Users Accounts Verification/6. Solving the Problem with Factories.srt 3KB
  381. 22. Implementing Complex Operations for Buyer/1. Implementing the Index Method for BuyerTransactionController.srt 3KB
  382. 23. Implementing Complex Operations for Category/1. Implementing the Index Method for CategoryProductController.srt 3KB
  383. 11. Implementing the Operations for UserController/2. Implementing The Show Method for UserController.srt 3KB
  384. 33. Implementing HATEOAS Hypermedia Controls/4. Implementing HATEOAS for Transaction Instances.srt 3KB
  385. 2. Downloading and Installing the Tools to Develop the RESTful API with Laravel/5. Downloading and Installing Sublime Text 3.srt 3KB
  386. 4. Configuring and Using Sublime Text 3 to Develop the RESTful API with Laravel/4. Installing and Using SideBarEnhancement.srt 3KB
  387. 3. Creating and Setting the Initial Structure of Laravel for the RESTful API/5. Adding the Virtual Domain on The System.srt 3KB
  388. 2. Downloading and Installing the Tools to Develop the RESTful API with Laravel/1. Downloading and Installing PHP with XAMPP.srt 2KB
  389. 25. Implementing Complex Operations for Product/5. Implementing the Destroy Operation of ProductCategory.srt 2KB
  390. 13. Implementing the operations for Seller/1. Implementing The Index Method for SellerController.srt 2KB
  391. 9. Creating the Database Structure Using Migrations from Laravel/1. Solving a Common Issue with the Laravel Migrations.srt 2KB
  392. 4. Configuring and Using Sublime Text 3 to Develop the RESTful API with Laravel/2. Creating and Using Projects.srt 2KB
  393. 15. Handling Errors and Exceptions with the Laravel Handler/4. Handling AuthorizationException.srt 2KB
  394. 15. Handling Errors and Exceptions with the Laravel Handler/6. Handling MethodNotAllowedHttpException.srt 2KB
  395. 8. Implementing the RESTful API Models and its Relationships using Laravel Eloquent/1. Implementing The Properties for Category.srt 2KB
  396. 19. Implementing the Operations for Product/1. Implementing the Index Method for ProductController.srt 2KB
  397. 4. Configuring and Using Sublime Text 3 to Develop the RESTful API with Laravel/5. Installing and Using SublimeLinter for PHP.srt 2KB
  398. 36. Using Laravel Passport to Implement the Initial Security Layer with OAuth2/6. Making Users Authenticatable Through API Tokens.srt 2KB
  399. 9. Creating the Database Structure Using Migrations from Laravel/2. Implementing The Migration for Users.srt 2KB
  400. 24. Implementing Complex Operations for Seller/2. Implementing the Index Method for SellerCategoryController.srt 2KB
  401. 34. The Transformations and the Validations/4. Improving the Transformations to Solve the Second Problem.srt 2KB
  402. 2. Downloading and Installing the Tools to Develop the RESTful API with Laravel/2. Downloading and Installing Composer.srt 2KB
  403. 33. Implementing HATEOAS Hypermedia Controls/5. Implementing HATEOAS for User Instances.srt 2KB
  404. 25. Implementing Complex Operations for Product/2. [Challenge] Implementing the Index Operation of ProductBuyer.srt 2KB
  405. 2. Downloading and Installing the Tools to Develop the RESTful API with Laravel/4. Downloading and Installing Vagrant.srt 2KB
  406. 29. Transforming Responses with PHP Fractal for Security and Compatibility/6. Creating the Transformer for Transaction.srt 2KB
  407. 18. Implementing the Operations for Category/5. Implementing the Destroy Method for CategoryController.srt 2KB
  408. 17. Implementing Soft Deleting for All the Models/1. Modifying the Migrations for Soft Deleting.srt 2KB
  409. 24. Implementing Complex Operations for Seller/7. Implementing the Destroy Method for SellerProductController.srt 2KB
  410. 36. Using Laravel Passport to Implement the Initial Security Layer with OAuth2/8. Configuring the Authentication System.srt 2KB
  411. 45. Conclusion/2. Thanks for Be Here!.srt 2KB
  412. 15. Handling Errors and Exceptions with the Laravel Handler/5. Handling NotFoundHttpException.srt 2KB
  413. 23. Implementing Complex Operations for Category/5. Removing the Pivot Table from the Results.srt 2KB
  414. 2. Downloading and Installing the Tools to Develop the RESTful API with Laravel/3. Downloading and Installing Virtual Box.srt 2KB
  415. 16. Implicit Model Binding with Routes and Methods/3. Resolving Seller Using Laravel Global Scopes.srt 2KB
  416. 9. Creating the Database Structure Using Migrations from Laravel/4. Implementing The Migration for Products.srt 2KB
  417. 27. Sending Email for Users Accounts Verification/3. Creating the Laravel Mailable for User Created.srt 2KB
  418. 11. Implementing the Operations for UserController/5. Implementing The Destroy Method for UserController.srt 2KB
  419. 36. Using Laravel Passport to Implement the Initial Security Layer with OAuth2/3. Preparing the Laravel Project to Use Laravel Passport.srt 2KB
  420. 36. Using Laravel Passport to Implement the Initial Security Layer with OAuth2/2. What is Laravel Passport.srt 2KB
  421. 27. Sending Email for Users Accounts Verification/8. Implementing the UserMailChanged Mailable.srt 2KB
  422. 4. Configuring and Using Sublime Text 3 to Develop the RESTful API with Laravel/1. Installing the Package Control.srt 2KB
  423. 1. Introduction/1. About the Instructor and the Course.srt 2KB
  424. 14. Improving the current RESTful API operations/4. Using The Generalized Methods for Error Responses.srt 2KB
  425. 3. Creating and Setting the Initial Structure of Laravel for the RESTful API/1. Obtaining Laravel Using Composer.srt 2KB
  426. 13. Implementing the operations for Seller/2. Implementing The Show Method for SellerController.srt 2KB
  427. 35. Preparing the API for User Authentication Using Sessions/2. Laravel 6 Before to continue....html 2KB
  428. 18. Implementing the Operations for Category/2. Implementing the Show Method for CategoryController.srt 2KB
  429. 39. CORS for Laravel/2. Installing the CORS Package for Laravel.srt 2KB
  430. 15. Handling Errors and Exceptions with the Laravel Handler/7. Handling General HttpException.srt 2KB
  431. 12. Implementing the operations for Buyer/2. Implementing The Show Method for BuyerController.srt 2KB
  432. 9. Creating the Database Structure Using Migrations from Laravel/3. Implementing The Migration for Categories.srt 1KB
  433. 10. Creating the Laravel Factories for Database Seeding/2. Creating The Factory for Category.srt 1KB
  434. 8. Implementing the RESTful API Models and its Relationships using Laravel Eloquent/3. Implementing The Properties for Transaction.srt 1KB
  435. 29. Transforming Responses with PHP Fractal for Security and Compatibility/5. Creating the Transformer for Category.srt 1KB
  436. 9. Creating the Database Structure Using Migrations from Laravel/5. Implementing The Migration for Transactions.srt 1KB
  437. 27. Sending Email for Users Accounts Verification/7. Creating the Mailable for User Mail Changed.srt 1KB
  438. 3. Creating and Setting the Initial Structure of Laravel for the RESTful API/2. Adding Laravel Homestead as a Dependency for The Laravel Project.srt 1KB
  439. 19. Implementing the Operations for Product/2. Implementing the Show Method for ProductController.srt 1KB
  440. 33. Implementing HATEOAS Hypermedia Controls/6. [Exercise] Implementing HATEOAS for Buyer.html 866B
  441. 20. [Exercises] Implementing the Operations for Transaction/1. Implementing the Index Method for TransactionController.html 864B
  442. 33. Implementing HATEOAS Hypermedia Controls/7. [Exercise] Implementing HATEOAS for Seller.html 712B
  443. 20. [Exercises] Implementing the Operations for Transaction/2. Implementing the Show Method for TransactionController.html 612B
  444. 3. Creating and Setting the Initial Structure of Laravel for the RESTful API/3. Laravel 6 additional step.html 576B
  445. 3. Creating and Setting the Initial Structure of Laravel for the RESTful API/4.1 Homestead.txt.txt 345B
  446. 2. Downloading and Installing the Tools to Develop the RESTful API with Laravel/4.1 What is Vagrant and why to use it.html 169B
  447. 3. Creating and Setting the Initial Structure of Laravel for the RESTful API/7. Exercise Find out how to go out from the Virtual Machine.html 165B
  448. 2. Downloading and Installing the Tools to Develop the RESTful API with Laravel/3.1 About virtual box and virtualization.html 155B
  449. 4. Configuring and Using Sublime Text 3 to Develop the RESTful API with Laravel/6.1 Keymap for Sublime PHP Companion.html 150B
  450. 7. Creating the Initial Laravel Components for the RESTful API/1.1 Source Code of the Course.html 132B
  451. 2. Downloading and Installing the Tools to Develop the RESTful API with Laravel/5.1 Download Sublime Text 3.html 128B
  452. 2. Downloading and Installing the Tools to Develop the RESTful API with Laravel/7.2 About Node and NPM.html 124B
  453. 2. Downloading and Installing the Tools to Develop the RESTful API with Laravel/2.1 Understand Composer.html 118B
  454. 2. Downloading and Installing the Tools to Develop the RESTful API with Laravel/1.1 Download XAMPP.html 104B
  455. 2. Downloading and Installing the Tools to Develop the RESTful API with Laravel/3.2 Download VirtualBox.html 102B
  456. 2. Downloading and Installing the Tools to Develop the RESTful API with Laravel/4.2 Download Vagrant.html 101B
  457. 3. Creating and Setting the Initial Structure of Laravel for the RESTful API/2.1 All about Laravel - Homestead.html 99B
  458. 45. Conclusion/2.1 Take a look at my full list of courses.html 96B
  459. 2. Downloading and Installing the Tools to Develop the RESTful API with Laravel/2.2 DownloadInstall Composer.html 94B
  460. 2. Downloading and Installing the Tools to Develop the RESTful API with Laravel/7.1 Download Node with NPM.html 92B
  461. 45. Conclusion/2.2 Follow me on Twitter.html 91B
  462. 2. Downloading and Installing the Tools to Develop the RESTful API with Laravel/8.1 Download Postman Desktop Version.html 88B
  463. 2. Downloading and Installing the Tools to Develop the RESTful API with Laravel/6.1 Download Github Client with Git Shell.html 88B