|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/laravel-6-full-course-build-a-job-hr-management-portal/
课程评论:没有评论
课程名称:Laravel全栈项目训练营2023 - 从初学者到专业人士 课程概述:本课程旨在教会学员使用Laravel这一强大的开发框架。Laravel含有许多新功能,例如:懒惰集合、Laravel Vapor兼容性和作业中间件等。在课程中,我们将每个主题分为不同的部分,让您迅速掌握Laravel的使用。这一教程遵循Laracast的视频教学标准,提供全面的学习材料和资源,适合所有Laravel学习者。 课程内容涵盖基础到高级的多个主题,包括:认证、生成、架构概念、基础知识、前端、安全、深入研究、数据库、Eloquent ORM和测试等。此外,还将探讨更详细的主题,例如Laravel的懒惰集合。懒惰集合通过生成器有效减少内存消耗,同时保留优雅的链式调用,非常值得学习。 课程将介绍Laravel Ignition,这是Laravel 2021岁的新错误页面,外观精美且可扩展,提升了开发体验。此外,前端脚手架已迁移至Laravel UI包中,使默认安装更为简洁,并允许独立版本管理。课程还讨论了Laravel Eloquent的子查询改进,帮助学员掌握新的查询构建功能。 总的来说,此课程是寻找全面学习Laravel并构建完整项目的学员的理想选择。
Laravel comes with so many new powerful features such as: 1. Lazy collections2. Laravel Vapor compatibility3. Job middleware In this course, one topic per section, we'll get you up to speed in no time.This Laravel tutorial follows Laracast video tutorial standards to create the first Laravel 2021 video tutorial course. This Laravel 2021 video tutorial also contains articles, resources and recommendations that all Laravel video tutorial students can enjoy and gain from.Laravel was built by Taylor Ortwell to cover all the basic needs of any web developer. If you are searching for a comprehensive Laravel video tutorial that covers all the core Laravel topics while using Laravel 2021 to build a full project, here is it. In this Laravel 2021 video tutorial full project course, I covered all the important basic to advanced topics such as:AuthenticationGenerationArchitecture ConceptsThe BasicsFrontendSecurityDigging DeeperDatabaseEloquent ORMTestingThere are more detailed topics such as Laravel Lazy CollectionsThe first stop on our Laravel 2021 tour is lazy collections, contributed by Joseph Silber. This is easily one of my favorite additions to Laravel 2021. While a traditional Collection wraps an array, a Lazy Collection leverages generators to significantly reduce memory consumption issues, while still offering the same elegant chaining that you've become accustomed to.Laravel Ignition is Laravel's Amazing New Error PageThe new default error page in Laravel 2021 is something special. Contributed by the teams behind Spatie and Beyond Code, Ignition is a gorgeous and extensible error screen.Laravel Frontend Scaffolding Has Been Moved to Laravel UIWhen installing a fresh Laravel 2021 application, you'll notice that the login and registration scaffolding, as well as the Vue/jQuery/Bootstrap boilerplate in your app.js file have been extracted to a new Composer package: Laravel/ui. This helps to clean up the default install while allowing the package to be versioned separately from the framework.Laravel Eloquent Subquery AdditionsLaravel ships with improved support for Eloquent subqueries, thanks to a few PRs from Jonathan Reinink. You may now add subqueries by using the new addSelect() method, or by passing a closure to the orderBy() and from() methods of the query builder. I'll show you how in this lesson.