پیش نیازها:
- PHP نصب شده و کاربردی در سیستم شما (PHP 7.2 یا بالاتر توصیه می شود)
- Composer نصب شده و کاربردی در محیط توسعه شما
- دانش پایه PHP
- این دوره برای چه کسی است؟
- پیشرفته یا مبتدیانی که می خواهند هرگونه سرویس HTTP را با استفاده از Laravel به کار بگیرند
- افرادی که برای دامنه استفاده از نشانه های دسترسی برای ارسال و تأیید اعتبار درخواست ها به سرویس های HTTP یا API ها مشکل دارند
- افرادی که می خواهند بر OAuth2 و استفاده از آن برای تأیید اعتبار درخواست های سرویس های محافظت شده HTTP یا API ها مسلط شوند
- هر کسی که می خواهد روش های مختلفی را برای به دست آوردن نشانه های دسترسی معتبر کند تا اجازه درخواست هر سرویس HTTP محافظت شده را صادر کند
- هر کسی که باید با استفاده از اطلاعات بدست آمده از خدمات خارجی HTTP یا API ، تأیید اعتبار کاربران را انجام دهد و session ها را ایجاد کند

در ادامه با برخی از سرفصل های درسی این مجموعه آموزش آشنا می شویم :
During the course, you will learn this...
For the HTTP Client:
How to consume a service or API through HTTP requests from Laravel
How to authenticate and create user sessions in your HTTP Client with information from other services
How to automate the process of obtaining an access token to authorize the requests of your HTTP Client
The different ways to obtain an access token from a service that uses OAuth2 and its differences (grant types)
How to handle the expiration times of a token and avoid losing access to information
How to handle access errors to the consumed HTTP service or API and how to proceed
How to handle and authenticate protected requests associated with a user's information from the HTTP Client
Use of Guzzle from Laravel, to send HTTP requests to whatever HTTP service or API
How to configure and prepare Laravel to make requests to any HTTP service or API
Use of Bootstrap 4 to show the information obtained from the consumed services
Handling and preparing to resolve exceptions and errors when consuming external services with Laravel
For any Laravel project:
How to install Laravel in your development environment for professional projects
Configure Laravel, in your environment for an agile and simple development
Build of a professional, modular and, a scalable project with Laravel
Creation of routes, views, templates, controllers and more with Laravel
Handling errors and internal exceptions of the Laravel project
Installation of dependencies to a Laravel project (Guzzle case)
Of course, that's not all. Take a look at the full description of sections and classes for more details.