|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/laravel-scout-and-cashier-with-projects-in-laravel-8/
课程评论:没有评论
课程名称:Laravel Scout和Cashier与Laravel 8项目 课程概述: 本课程将带领您学习两个官方的Laravel扩展包:Laravel Cashier和Laravel Scout。Laravel Cashier用于与Stripe支付处理器交互,处理所有与支付相关的查询,包括自动支付创建、快照、取消等功能。Laravel Scout则用于与Algolia互动,Algolia是一个现代搜索服务提供商,拥有强大的搜索功能,能够为用户提供快速的搜索体验,并且具有容错、自动完成、排序等优点。 课程内容包括: 1. **Laravel Cashier**: - 讨论Stripe及其安全问题 - 创建Stripe账户,并使用Stripe API集成本地应用 - 创建一个表单,实现3D安全功能的支付处理 2. **Laravel Scout**: - 讨论现代搜索引擎及其工作原理 - 探讨索引的工作机制 - 启动一个新的Laravel 8项目,创建简单的增删改查(CRUD)应用 - 将Algolia应用API集成到本地Laravel 8应用中 - 实现Laravel的服务器端搜索和使用React JS进行的客户端搜索 通过本课程,您将掌握如何使用Laravel Cashier处理支付以及如何利用Laravel Scout进行高效的搜索功能。
In this course, you will learn about two official Laravel packages.Laravel Cashier: This package is used to interact with Stripe Payment Processor and processes all payments related queries. It will handle automatic payment creations, swapping, canceling and more.Laravel Scout: This package is used to interact with Algolia. Algolia is a modern search provider which has powerful search functionalities and can give users lighting fast search experience plus it is typo tolerance, auto completion, sorting and other benefits which makes it an outstanding search provider.1. Laravel Cashier: We will talk about stripe and the security concerns. We will create an account with Stripe and integrate our local application using Stripe API. We will create a form where we will be able to process payments with 3d secure functionality which comes by Stripe.2. Laravel Scout: We will talk about modern search engines and how they work. We will talk how indexing works and then we will start a fresh laravel 8 project and create a simple create, read, update and delete (CRUD) application where we will be able to integrate our Algolia application API with our local Laravel 8 application and then we will create a server side search with Laravel and a client side search with React JS