FileMood

Download [FreeTutorials.Us] restful-api-with-laravel-php-homestead-passport-hateoas

FreeTutorials Us restful api with laravel php homestead passport hateoas

Name

[FreeTutorials.Us] restful-api-with-laravel-php-homestead-passport-hateoas

 DOWNLOAD Copy Link

Total Size

2.0 GB

Total Files

210

Hash

1188E43D9FBA9947A4DF13B244DB4991ED18CA4B

/.../013-preparing-and-configuring-laravel-homestead/

Homestead.txt

0.3 KB

/.../023-understanding-the-restful-api-resources-models-and-its-relationships/

-12-01-2017-Purchase-Sale-System.png

64.5 KB

/.../024-understanding-the-main-endpoints-for-the-restful-api/

End-Points-List.txt

5.0 KB

/quizzes/

001-exercise-find-out-how-to-go-out-from-the-virtual-machine.html

2.7 KB

/01-introduction/

001-about-the-instructor-and-the-course.mp4

6.3 MB

002-taking-advantage-of-the-course-and-contents.mp4

13.8 MB

/02-downloading-and-installing-the-tools-to-develop-the-restful-api-with-laravel/

003-downloading-and-installing-php-with-xampp.mp4

8.8 MB

004-downloading-and-installing-composer.mp4

5.6 MB

005-downloading-and-installing-virtual-box.mp4

5.1 MB

006-downloading-and-installing-vagrant.mp4

5.4 MB

007-downloading-and-installing-sublime-text-3.mp4

4.6 MB

008-downloading-and-installing-github-shell.mp4

10.3 MB

009-downloading-and-installing-node-and-npm.mp4

6.4 MB

010-downloading-and-installing-postman-to-test-the-restful-api.mp4

9.5 MB

/03-creating-and-setting-the-initial-structure-of-laravel-for-the-restful-api/

011-obtaining-laravel-using-composer.mp4

6.4 MB

012-adding-homestead-as-a-dependency-for-the-laravel-project.mp4

3.1 MB

013-preparing-and-configuring-laravel-homestead.mp4

8.1 MB

014-adding-the-virtual-domain-on-the-system.mp4

5.4 MB

015-using-vagrant-to-manage-the-laravel-homestead-virtual-machine.mp4

12.9 MB

016-keep-the-laravel-project-updated.mp4

11.9 MB

/04-configuring-and-using-sublime-text-3-to-develop-the-restful-api-with-laravel/

017-installing-the-package-control.mp4

4.7 MB

018-creating-and-using-projects.mp4

6.4 MB

019-installing-and-using-sublimecodeintel-to-resolve-laravel-and-restful-api-classes.mp4

7.6 MB

020-installing-and-using-sidebarenhancement.mp4

4.3 MB

021-installing-and-using-sublimelinter-for-php.mp4

9.6 MB

022-installing-and-using-phpcompanion-to-autoimport-laravel-definitions.mp4

10.7 MB

/05-understanding-the-case-study-for-the-restful-api/

023-understanding-the-restful-api-resources-models-and-its-relationships.mp4

7.7 MB

024-understanding-the-main-endpoints-for-the-restful-api.mp4

10.3 MB

/06-discovering-and-configuring-the-laravel-structure-for-the-restful-api/

025-discovering-the-laravel-structure.mp4

17.9 MB

026-discovering-php-artisan.mp4

14.1 MB

027-configuring-the-laravel-environment-variables.mp4

7.9 MB

028-understanding-the-laravel-routes-system-for-restful-apis.mp4

6.8 MB

/07-creating-the-initial-laravel-components-for-the-restful-api/

029-how-to-solve-common-errors-during-the-development-of-the-restful-api.html

3.6 KB

030-creating-initial-laravel-structures-for-the-models-and-its-migrations.mp4

9.6 MB

031-creating-an-initial-laravel-structure-for-the-controllers.mp4

8.1 MB

032-creating-some-endpoint-for-the-restful-api-using-laravel-resource-routes.mp4

15.0 MB

/08-implementing-the-restful-api-models-and-its-relationships-using-laravel-eloquent/

033-implementing-the-properties-for-category.mp4

4.3 MB

034-implementing-the-properties-for-product.mp4

7.5 MB

035-implementing-the-properties-for-transaction.mp4

2.7 MB

036-implementing-the-properties-for-user.mp4

12.1 MB

037-implementing-the-relationships-between-models.mp4

11.3 MB

/09-creating-the-database-structure-using-migrations-from-laravel/

038-solving-a-common-issue-with-the-laravel-migrations.mp4

5.9 MB

039-implementing-the-migration-for-users.mp4

5.2 MB

040-implementing-the-migration-for-categories.mp4

2.4 MB

041-implementing-the-migration-for-products.mp4

4.9 MB

042-implementing-the-migration-for-transactions.mp4

3.5 MB

043-creating-the-migration-for-the-pivot-table.mp4

11.1 MB

/10-creating-the-laravel-factories-for-database-seeding/

044-creating-the-factory-for-user.mp4

7.0 MB

045-creating-the-factory-for-category.mp4

3.5 MB

046-creating-the-factory-for-product.mp4

8.9 MB

047-creating-the-factory-for-transaction.mp4

10.6 MB

048-using-the-factories-from-the-databaseseeder-of-laravel.mp4

12.6 MB

049-executing-the-migrations-and-seeder-using-artisan-from-laravel.mp4

14.4 MB

/11-implementing-the-operations-for-usercontroller/

050-implementing-the-index-method-for-usercontroller.mp4

7.1 MB

051-implementing-the-show-method-for-usercontroller.mp4

6.0 MB

052-implementing-the-store-method-for-usercontroller.mp4

19.0 MB

053-implementing-the-update-method-for-usercontroller.mp4

20.1 MB

054-implementing-the-destroy-method-for-usercontroller.mp4

4.2 MB

/12-implementing-the-operations-for-buyer/

055-implementing-the-index-method-for-buyercontroller.mp4

7.2 MB

056-implementing-the-show-method-for-buyercontroller.mp4

4.1 MB

/13-implementing-the-operations-for-seller/

057-implementing-the-index-method-for-sellercontroller.mp4

5.1 MB

058-implementing-the-show-method-for-sellercontroller.mp4

3.8 MB

/14-improving-the-current-restful-api-operations/

059-defining-mutators-and-accessor-for-models.mp4

13.9 MB

060-generalizing-the-response-methods.mp4

14.7 MB

061-using-the-generalized-methods.mp4

8.4 MB

062-using-the-generalized-methods-for-error-responses.mp4

5.4 MB

/15-handling-errors-and-exceptions-with-the-laravel-handler/

063-returning-validation-errors-as-a-json-response.mp4

13.9 MB

064-returning-model-not-found-errors-as-a-json-response.mp4

7.3 MB

065-handling-authenticationexception.mp4

10.7 MB

066-handling-authorizationexception.mp4

4.9 MB

067-handling-notfoundhttpexception.mp4

4.5 MB

068-handling-methodnotallowedhttpexception.mp4

5.7 MB

069-handling-general-httpexception.mp4

4.9 MB

070-catching-exceptions-when-removing-related-resources.mp4

10.4 MB

071-handling-unexpected-exceptions.mp4

13.1 MB

/16-implicit-model-binding-with-routes-and-methods/

072-using-implicit-model-binding-for-some-methods.mp4

7.5 MB

073-resolving-buyer-using-global-scopes.mp4

10.2 MB

074-resolving-seller-using-global-scopes.mp4

4.9 MB

/17-implementing-soft-deleting-for-all-the-models/

075-modifying-the-migrations-for-soft-deleting.mp4

5.2 MB

076-using-soft-deleting-for-all-the-models.mp4

6.8 MB

/18-implementing-the-operations-for-category/

077-implementing-the-index-method-for-categorycontroller.mp4

8.2 MB

078-implementing-the-show-method-for-categorycontroller.mp4

3.4 MB

079-implementing-the-store-method-for-categorycontroller.mp4

8.8 MB

080-implementing-the-update-method-for-categorycontroller.mp4

8.8 MB

081-implementing-the-destroy-method-for-categorycontroller.mp4

4.6 MB

/19-implementing-the-operations-for-product/

082-implementing-the-index-method-for-productcontroller.mp4

6.6 MB

083-implementing-the-show-method-for-productcontroller.mp4

2.6 MB

/20-exercises-implementing-the-operations-for-transaction/

084-implementing-the-index-method-for-transactioncontroller.html

1.2 KB

085-implementing-the-show-method-for-transactioncontroller.html

1.0 KB

/21-implementing-complex-operations-within-transaction/

086-implementing-the-index-method-for-transactioncategorycontroller.mp4

9.9 MB

087-implementing-the-index-method-for-transactionsellercontroller.mp4

10.5 MB

/22-implementing-complex-operations-for-buyer/

088-implementing-the-index-method-for-buyertransactioncontroller.mp4

6.9 MB

089-implementing-the-index-method-for-buyerproductcontroller.mp4

14.1 MB

090-implementing-the-index-method-for-buyersellercontroller.mp4

12.0 MB

091-implementing-the-index-method-for-buyercategorycontroller.mp4

12.6 MB

/23-implementing-complex-operations-for-category/

092-implementing-the-index-method-for-categoryproductcontroller.mp4

6.5 MB

093-implementing-the-index-method-for-categorysellercontroller.mp4

8.1 MB

094-implementing-the-index-method-for-categorytransactioncontroller.mp4

11.3 MB

095-implementing-the-index-method-for-categorybuyercontroller.mp4

13.0 MB

096-removing-the-pivot-table-from-the-results.mp4

3.8 MB

/24-implementing-complex-operations-for-seller/

097-implementing-the-index-method-for-sellertransactioncontroller.mp4

7.3 MB

098-implementing-the-index-method-for-sellercategorycontroller.mp4

6.0 MB

099-implementing-the-index-method-for-sellerbuyercontroller.mp4

8.2 MB

100-implementing-the-index-method-for-sellerproductcontroller.mp4

6.7 MB

101-implementing-the-store-method-for-sellerproductcontroller.mp4

15.8 MB

102-implementing-the-update-method-for-sellerproductcontroller.mp4

18.0 MB

103-implementing-the-destroy-method-for-sellerproductcontroller.mp4

5.2 MB

/25-implementing-complex-operations-for-product/

104-challenge-implementing-the-index-operation-of-producttransaction.mp4

10.9 MB

105-challenge-implementing-the-index-operation-of-productbuyer.mp4

11.2 MB

106-challenge-implementing-the-index-operation-of-productcategory.mp4

10.6 MB

107-implementing-the-update-operation-of-productcategory.mp4

15.9 MB

108-implementing-the-destroy-operation-of-productcategory.mp4

5.2 MB

109-implementing-the-store-operation-for-productbuyertransaction.mp4

30.7 MB

110-handling-the-products-availability-using-events.mp4

8.2 MB

/26-adding-an-image-for-products/

111-preparing-the-api-for-images-uploading.mp4

8.2 MB

112-storing-an-image-when-creating-a-product.mp4

9.8 MB

113-removing-the-image-when-deleting-a-product.mp4

5.9 MB

114-updating-the-image-when-editing-a-product.mp4

11.8 MB

/27-sending-email-for-users-accounts-verification/

115-preparing-the-project-for-email-sending.mp4

13.3 MB

116-implementing-the-verification-system.mp4

14.6 MB

117-creating-the-mailable-for-user-created.mp4

3.6 MB

118-implementing-the-usercreated-mailable.mp4

9.2 MB

119-send-verification-email-using-events.mp4

13.9 MB

120-solving-the-problem-with-factories.mp4

8.1 MB

121-creating-the-mailable-for-user-mail-changed.mp4

3.8 MB

122-implementing-the-usermailchanged-mailable.mp4

5.0 MB

123-send-verification-for-email-changed-using-events.mp4

7.7 MB

124-resending-the-verification-email-if-requested.mp4

8.2 MB

125-dealing-with-failingprone-actions.mp4

7.8 MB

126-using-markdown-mailables.mp4

28.4 MB

/28-the-middleware-and-the-rate-limiting/

127-about-the-middleware-and-how-it-works.mp4

16.3 MB

128-creating-a-custom-middleware.mp4

21.9 MB

129-about-the-rate-limiting-and-the-details.mp4

10.0 MB

130-customizing-the-response-for-too-many-attempts.mp4

8.1 MB

/29-transforming-responses-with-php-fractal-for-security-and-compatibility/

131-about-transformers-and-why-to-use-it.mp4

13.7 MB

132-preparing-the-project-for-data-transforming.mp4

8.8 MB

133-creating-the-transformer-for-user.mp4

15.5 MB

134-creating-the-transformer-for-seller-and-buyer.mp4

5.5 MB

135-creating-the-transformer-for-category.mp4

3.1 MB

136-creating-the-transformer-for-transaction.mp4

4.5 MB

137-creating-the-transformer-for-product.mp4

6.4 MB

138-linking-the-models-with-its-respective-transformer.mp4

7.3 MB

139-returning-the-new-transformed-responses.mp4

22.7 MB

/30-sorting-and-filtering-results-based-on-query-parameters/

140-sorting-results-by-any-attribute.mp4

15.6 MB

141-understanding-an-issue-with-sorted-responses.mp4

7.3 MB

142-improving-the-transformations-to-solve-the-problem.mp4

9.6 MB

143-implementing-the-solution-using-transformers.mp4

7.2 MB

144-filtering-responses-based-on-attributes.mp4

17.5 MB

/31-pagination-of-results/

145-about-pagination.mp4

11.2 MB

146-paginating-already-built-collections.mp4

20.5 MB

147-allowing-custom-page-size.mp4

7.9 MB

/32-caching-results/

148-implementing-the-cache-system.mp4

10.5 MB

149-the-caching-system-and-the-query-parameters.mp4

12.9 MB

/33-implementing-hateoas-hypermedia-controls/

150-what-is-and-why-to-use-hateoas.mp4

10.4 MB

151-implementing-hateoas-hypermedia-controls-for-category-instances.mp4

15.2 MB

152-implementing-hateoas-hypermedia-controls-for-product-instances.mp4

8.4 MB

153-implementing-hateoas-for-transaction-instances.mp4

6.2 MB

154-implementing-hateoas-for-user-instances.mp4

5.2 MB

155-exercise-implementing-hateoas-for-buyer.html

1.2 KB

156-exercise-implementing-hateoas-for-seller.html

1.0 KB

/34-the-transformations-and-the-validations/

157-understanding-two-problems-with-transformations-and-validations.mp4

4.9 MB

158-creating-and-using-a-middleware-to-solve-the-problem.mp4

18.5 MB

159-solving-the-first-problem-using-the-middleware.mp4

8.0 MB

160-improving-the-transformations-to-solve-the-second-problem.mp4

8.5 MB

161-improving-the-middleware-to-solve-the-second-problem.mp4

17.4 MB

/35-preparing-the-api-for-user-authentication-using-sessions/

162-why-is-it-required-for-our-api.mp4

6.4 MB

163-creating-the-additional-authentication-structure.mp4

9.1 MB

164-tuning-some-structures-to-avoid-inconsistences.mp4

9.1 MB

165-about-csrf-and-handling-csrf-exceptions.mp4

12.6 MB

166-returning-html-and-redirections-when-required.mp4

21.1 MB

/36-using-laravel-passport-to-implement-the-initial-security-layer-with-oauth2/

167-about-oauth2-and-security-on-apis.mp4

11.2 MB

168-what-is-laravel-passport.mp4

6.7 MB

169-preparing-the-project-to-use-laravel-passport.mp4

6.8 MB

170-using-the-migrations-of-laravel-passport.mp4

6.1 MB

171-installing-passport-definitively-on-the-api.mp4

7.8 MB

172-making-users-authenticatable-through-api-tokens.mp4

6.1 MB

173-registering-the-required-routes.mp4

12.0 MB

174-configuring-the-authentication-system.mp4

3.8 MB

175-defining-the-expiration-time-for-the-tokens.mp4

8.4 MB

176-using-clientcredentials-grant-to-protect-some-routes.mp4

16.0 MB

177-how-to-obtain-and-use-tokens-using-client-credentials.mp4

6.1 MB

178-protecting-all-the-routes.mp4

20.2 MB

179-using-the-password-grant-type.mp4

10.9 MB

180-preparing-the-api-to-use-the-passport-components.mp4

20.5 MB

181-creating-the-views-to-manage-the-personal-tokens.mp4

13.0 MB

182-about-the-personal-tokens-and-how-to-use-it.mp4

5.6 MB

183-allowing-the-management-of-api-clients.mp4

19.4 MB

184-about-the-authorization-code-grant-type.mp4

17.0 MB

185-using-the-implicit-grant-type.mp4

13.2 MB

186-refreshing-tokens.mp4

11.1 MB

/37-restricting-oauth2-clients-using-scopes/

187-what-are-scopes-on-oauth2.mp4

11.0 MB

188-registering-some-required-scopes-for-the-api.mp4

14.0 MB

189-registering-the-middleware-to-check-scopes.mp4

10.0 MB

190-restricting-the-action-that-needs-the-purchaseproduct-scope.mp4

14.5 MB

191-restricting-the-actions-that-need-the-manageproducts-scope.mp4

15.9 MB

192-restricting-the-actions-that-need-the-manageaccount-scope.mp4

11.9 MB

193-restricting-the-actions-that-need-the-readgeneral-scope.mp4

25.9 MB

/38-implementing-the-final-security-layer-using-policies-and-gates-of-laravel/

194-about-the-final-security-layer.mp4

8.4 MB

195-what-are-policies-and-gates-on-laravel.mp4

12.1 MB

196-implementing-the-restrictions-over-buyer.mp4

20.8 MB

197-implementing-the-restrictions-over-seller.mp4

21.2 MB

198-the-restrictions-over-user.mp4

17.9 MB

199-implementing-the-restrictions-over-transaction.mp4

12.1 MB

200-implementing-the-restrictions-over-product.mp4

15.3 MB

201-allowing-all-actions-for-admin-users.mp4

17.2 MB

202-allowing-remaining-actions-only-admin-users-can-do.mp4

27.2 MB

/39-conclusion/

203-list-of-pending-topics.html

3.2 KB

204-thanks-for-be-here.mp4

4.4 MB

/

[FreeTutorials.Us].txt

0.1 KB

Freetutorials.Us.url

0.1 KB

 

Total files 210


Copyright © 2024 FileMood.com