亚洲国产婷婷六月丁香,亚洲av永久中文无码精品 ,亚洲av成人精品一区二区三区,亚洲av无码乱码在线观看富二代,亚洲av乱码一区二区三区香蕉

課程目錄:Laravel: Middleware Development培訓(xùn)
4401 人關(guān)注
(78637/99817)
課程大綱:

   Laravel: Middleware Development培訓(xùn)

 

 

Introduction

Laravel and PHP Overview

Modularity, routing, configuration management, and ORM
Composer and Artisan
Preparing the Development Environment

Installing Composer
Installing Vagrant
Installing GitHub Shell
Installing Postman
RESTful APIs and Laravel

Creating components
Implementing RESful API models
Creating a database structure
Using database seeding
Browsing records
Reading records
Editing records
Adding records
Deleting records
Transforming API data
Managing subresources
Returning nested data
Returning sideloaded data
Paginating API
API Errors and Exceptions

Generating a missing record error
Returning validation errors
Processing errors
Middleware Handler

Building a middleware for logging
Building a middleware for rate limiting
Authentication

Working with token authentication
Using OAuth for creating tokens
API Testing and Troubleshooting

Setting up Postman
Using endpoint testing
Summary and Conclusion