Companies Home Search Profile

Mastering Laravel 10 Query Builder, Eloquent & Relationships

Focused View

Dary Nazar

7:36:39

79 View
  • 1 - Introduction.mp4
    01:06
  • 2 - 2.Course-Structure.mp4
    02:02
  • 2 - Course structure.mp4
    02:02
  • 3 - GitHub Main Branch.txt
  • 3 - Source code.mp4
    00:52
  • 4 - Project database setup.mp4
    05:38
  • 5 - Database configuration file.mp4
    02:34
  • 6 - What are migrations and how do they work.mp4
    05:28
  • 7 - Creating our first migration.mp4
    03:40
  • 7 - GitHub Source Code Episode 8.txt
  • 8 - Column modifiers.mp4
    04:38
  • 8 - GitHub Source Code Episode 9.txt
  • 9 - Running migrations different options.mp4
    06:41
  • 10 - Squashing migrations.mp4
    02:33
  • 11 - GitHub Source Code Episode 12.txt
  • 11 - Modifying Columns.mp4
    03:40
  • 12 - GitHub Source Code Episode 13.txt
  • 12 - Renaming Columns.mp4
    01:56
  • 13 - GitHub Source Code Episode 14.txt
  • 13 - Migrations Cleanup.mp4
    00:49
  • 14 - Dropping Columns.mp4
    02:28
  • 14 - GitHub Source Code Episode 15.txt
  • 15 - Factories vs Seeders What is the difference.mp4
    01:15
  • 16 - Defining our first Factory.mp4
    04:36
  • 16 - GitHub Source Code Episode 17.txt
  • 17 - GitHub Source Code Episode 18.txt
  • 17 - Using a Factory through a Seeder.mp4
    03:01
  • 18 - Using a Factory through Artisan Tinker.mp4
    01:21
  • 19 - Defining our first Seeder.mp4
    06:46
  • 19 - GitHub Source Code Episode 20.txt
  • 20 - GitHub Source Code Episode 21.txt
  • 20 - Using a JSON file to read Data for our Seeders.mp4
    04:14
  • 21 - Calling Multiple Seeders.mp4
    00:55
  • 21 - GitHub Source Code Episode 22.txt
  • 22 - GitHub Source Code Episode 23.txt
  • 22 - Primary Foreign Keys.mp4
    06:19
  • 23 - GitHub Source Code Episode 24.txt
  • 23 - Introduction to the Query Builder.mp4
    06:28
  • 24 - First Value and Find Methods.mp4
    03:40
  • 24 - GitHub Source Code Episode 25.txt
  • 25 - GitHub Source Code Episode 26.txt
  • 25 - Retrieving a List of Column Values.mp4
    00:44
  • 26 - GitHub Source Code Episode 27.txt
  • 26 - Inserts Through the Query Builder.mp4
    06:14
  • 27 - GitHub Source Code Episode 22.txt
  • 27 - Insert Get Id Through the Query Builder.mp4
    01:20
  • 28 - GitHub Source Code Episode 29.txt
  • 28 - Updating Through the Query Builder.mp4
    06:36
  • 29 - Deleting Through the Query Builder.mp4
    02:59
  • 29 - GitHub Source Code Episode 30.txt
  • 30 - Aggregates Methods.mp4
    03:28
  • 30 - GitHub Source Code.txt
  • 31 - GitHub Source Code.txt
  • 31 - whereNot orWhereNot.mp4
    02:30
  • 32 - Determining if Records Exist.mp4
    01:49
  • 32 - GitHub Source Code.txt
  • 33 - GitHub Source Code.txt
  • 33 - whereBetween whereNotBetween Methods.mp4
    01:37
  • 34 - Debugging Through the Query Builder.mp4
    01:58
  • 35 - Database Transactions.mp4
    06:09
  • 35 - GitHub Source Code.txt
  • 36 - GitHub Source Code.txt
  • 36 - Pessimistic Locking.mp4
    02:41
  • 37 - Chunking Data.mp4
    02:43
  • 37 - GitHub Source Code.txt
  • 38 - GitHub Source Code.txt
  • 38 - Streaming Results Lazily.mp4
    04:08
  • 39 - GitHub Source Code.txt
  • 39 - Raw Methods.mp4
    03:36
  • 40 - GitHub Source Code.txt
  • 40 - Ordering Through the Query Builder.mp4
    03:50
  • 41 - Full Text indexes.mp4
    05:00
  • 41 - GitHub Source Code.txt
  • 42 - GitHub Source Code.txt
  • 42 - Limit Offset Through the Query Builder.mp4
    02:39
  • 43 - Conditional Clauses.mp4
    02:15
  • 43 - GitHub Source Code.txt
  • 44 - GitHub Source Code.txt
  • 44 - Removing Existing Ordering.mp4
    01:49
  • 45 - GitHub Gist.txt
  • 45 - GitHub Source Code.txt
  • 45 - Using the paginate method.mp4
    08:03
  • 46 - GitHub Source Code.txt
  • 46 - Using the simplePaginate method.mp4
    01:46
  • 47 - GitHub Source Code.txt
  • 47 - Using the cursorPaginate method.mp4
    04:18
  • 48 - Introduction to Eloquent.mp4
    04:06
  • 49 - Eloquent Model Conventions.mp4
    13:37
  • 49 - GitHub Source Code.txt
  • 50 - GitHub Source Code.txt
  • 50 - The fillable And guarded Properties.mp4
    04:56
  • 51 - Building Queries.mp4
    02:52
  • 51 - GitHub Source Code.txt
  • 52 - 54.Retrieving-single-models.mp4
    08:38
  • 52 - GitHub Source Code.txt
  • 52 - Retrieving Single Models.mp4
    08:38
  • 53 - GitHub Source Code.txt
  • 53 - Inserting Creating Models.mp4
    05:13
  • 54 - GitHub Source Code.txt
  • 54 - Retrieving All Models.mp4
    04:31
  • 55 - GitHub Source Code.txt
  • 55 - firstOrCreate firstOrNew.mp4
    04:34
  • 56 - GitHub Source Code.txt
  • 56 - Updating Models.mp4
    03:50
  • 57 - Attribute Changes isDirtyisClean wasChanged.mp4
    07:32
  • 57 - GitHub Source Code.txt
  • 58 - GitHub Source Code.txt
  • 58 - UpdateOrCreate Upserting Models.mp4
    04:15
  • 59 - Deleting Models.mp4
    02:46
  • 59 - GitHub Source Code.txt
  • 60 - GitHub Source Code.txt
  • 60 - Soft Deleting Models.mp4
    05:39
  • 61 - GitHub Source Code.txt
  • 61 - Pruning Models.mp4
    02:43
  • 62 - GitHub Source Code.txt
  • 62 - Replicating Models.mp4
    01:58
  • 63 - GitHub Source Code.txt
  • 63 - Global Scopes.mp4
    07:45
  • 64 - Local Scopes.mp4
    06:03
  • 64 - httpsgithubcomcodewithdaryudemylaraveldbtreeep66dynamicscopes.txt
  • 65 - Dynamic Scopes.mp4
    03:58
  • 65 - GitHub Source Code.txt
  • 66 - GitHub Source Code.txt
  • 66 - Using a Trait to store Scopes.mp4
    02:08
  • 67 - What are Relationships.mp4
    01:32
  • 68 - GitHub Source Code.txt
  • 68 - One to One Relationship.mp4
    14:14
  • 69 - GitHub Source Code.txt
  • 69 - One to Many Belongs To Relationship.mp4
    08:04
  • 70 - GitHub Source Code.txt
  • 70 - Many to Many Relationship.mp4
    16:15
  • 71 - Eager Loading.mp4
    02:44
  • 71 - GitHub Source Code.txt
  • 72 - GitHub Source Code.txt
  • 72 - Has one Through Relationship.mp4
    08:24
  • 73 - GitHub Source Code.txt
  • 73 - Has One of Many Relationship.mp4
    06:01
  • 74 - GitHub Source Code.txt
  • 74 - Has Many Through Relationship.mp4
    07:14
  • 75 - What are Polymorphic Relationships.mp4
    01:17
  • 76 - GitHub Source Code.txt
  • 76 - One to One Polymorphic Relationship.mp4
    10:00
  • 77 - GitHub Source Code.txt
  • 77 - One to Many Polymorphic Relationship.mp4
    09:02
  • 78 - GitHub Source Code.txt
  • 78 - One of Many Polymorphic Relationship.mp4
    02:41
  • 79 - GitHub Source Code.txt
  • 79 - Many to Many Polymorphic Relationship.mp4
    07:00
  • 80 - Laravel Sanctum Tutorial Setup Custom Authentication System.txt
  • 80 - Laravel Tutorial for Beginners 45 hours.txt
  • 80 - Project Setup.mp4
    01:53
  • 80 - cdwblog-master.zip
  • 81 - Installing Laravel Breeze.mp4
    03:17
  • 81 - cdwblog-master.zip
  • 82 - Defining Migrations.mp4
    08:30
  • 82 - cdwblog-master.zip
  • 83 - Defining Models Relationships.mp4
    05:45
  • 83 - cdwblog-master.zip
  • 84 - Creating Models Controllers Factories Migrations.mp4
    01:49
  • 84 - cdwblog-master.zip
  • 85 - Inserting Data Using Factories Seeders.mp4
    09:58
  • 85 - cdwblog-master.zip
  • 86 - Setting up Article Routes.mp4
    04:13
  • 86 - cdwblog-master.zip
  • 87 - Setting up The Frontend Pages.mp4
    03:03
  • 87 - cdwblog-master.zip
  • 88 - The index Method.mp4
    08:48
  • 88 - cdwblog-master.zip
  • 89 - The show Method.mp4
    09:49
  • 89 - cdwblog-master.zip
  • 90 - The create store Methods.mp4
    16:46
  • 90 - cdwblog-master.zip
  • 91 - The edit update Methods.mp4
    12:19
  • 91 - cdwblog-master.zip
  • 92 - The destroy method.mp4
    02:43
  • 92 - cdwblog-master.zip
  • 93 - Using Policies For Unauthorized Users.mp4
    04:42
  • 93 - cdwblog-master.zip
  • Description


    From ZERO to Hero Using Migrations, Factories, Seeders, Query Builder, Eloquent ORM, Relationships & Polymorphism!

    What You'll Learn?


    • Laravel's database configuration
    • Learn to work with Migrations
    • Learn how and when to use Seeders
    • Learn how and when to use Factories
    • Understand the Laravel Query Builder
    • Learn how to construct SQL queries using the Query Builder
    • Learn how to use the Query Builder to perform CRUD operations on the database
    • Understand how to use the Query Builder to build complex queries with conditional logic and dynamic filters
    • Laravel databases and Eloquent ORM
    • Learn how to use Eloquent to create, read, update, and delete records
    • Learn how to use Eloquent correctly to query data from the database
    • Learn how and when to use relationships
    • Learn how to use Eloquent to query polymorphic relationships
    • Learn Eager Loading vs Lazy Loading

    Who is this for?


  • Laravel developers who want to sharpen their Query Builder and Eloquent skills.
  • Laravel developers who want to specialize the Query Builder.
  • Laravel developers who struggle with databases and Eloquent
  • Laravel developers who lack a strong understanding of relationships
  • What You Need to Know?


  • Understanding beginner topics in MySQL
  • How to set up a MySQL Database
  • Procedural Programming in PHP knowledge
  • Object-oriented PHP knowledge
  • Understand how the Laravel framework operates
  • Understand how the Model-View-Controller (MVC) framework works
  • More details


    Description

    Are you struggling with Laravel databases and Eloquent? Do you want to learn how to easily manage your database with migrations and seeders? Look no further than Code With Dary's "Mastering Laravel Databases & Eloquent" course on Udemy! This comprehensive course covers the ins and outs of Factories, Seeders, Migrations, Query Builder, Eloquent, and relationships in Laravel 10. With Code With Dary's expert guidance, you'll learn how to efficiently manage your database and build powerful, scalable applications. Don't miss out on this opportunity to take your Laravel skills to the next level - enroll in "Mastering Laravel 10 Query Builder, Eloquent & Relationships" today!


    What is Laravel?

    Laravel is the go-to PHP web application framework for developers. With its extensive set of features and tools, Laravel enables developers to create web applications in a fast and efficient manner. One of the standout features of Laravel is its powerful database management system, which runs on top of the Eloquent ORM. Using Laravel and Eloquent, developers can seamlessly perform CRUD operations on the database, as well as execute complex queries with ease. Learning Laravel and Eloquent is a must for any PHP developer who needs to build modern, scalable web applications with confidence.


    Why is Laravel so popular?

    Laravel is popular because it provides developers with a powerful set of tools and features that make it easy to build modern, scalable web applications. It has a robust database management system that runs on top of the Eloquent ORM, which allows developers to easily perform CRUD operations on the database and execute complex queries. Laravel also has a large and active community of developers, which means that there are many resources available for learning and troubleshooting. Additionally, Laravel is easy to learn and use, which makes it a great choice for developers of all skill levels.


    Who is this course for?

    Some people may find Eloquent ORM difficult because it has a lot of features and can take time to fully understand. Additionally, working with complex relationships between database tables can sometimes be challenging. However, with practice and experience, developers can become proficient in using Eloquent to manage databases in Laravel applications. This course will teach you everything in depth about Laravel databases, Query Builder, and Eloquent! I do expect you to have knowledge in Laravel before starting this course, since we’re going to focus purely on databases and eloquent.


    Tools we will be using

    We need to use a code editor for this task. It doesn't matter which one you use. I prefer using tools such as Ray from Spatie and Tinkerwell from BeyondCode. Both products are paid, but not required for this task. I use them in this course to make data outputting easier and to show you query speed, which can be compared to other queries.

    Who this course is for:

    • Laravel developers who want to sharpen their Query Builder and Eloquent skills.
    • Laravel developers who want to specialize the Query Builder.
    • Laravel developers who struggle with databases and Eloquent
    • Laravel developers who lack a strong understanding of relationships

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Hi and welcome to my Udemy page! My name is Dary Nazar and I've been coding professionally and for fun for over seven years now. Currently, I work as a freelance backend developer, helping startups and large corporations build and scale projects that use Laravel or PHP.Three years ago, I discovered a second passion: making tutorials to help others pursue their dreams. I started a YouTube channel named 'Code With Dary' that has over 44.000 subscribers and 4 million views on topics such as PHP, Laravel, Symfony, Tailwind CSS, and more.Since I started creating YouTube tutorials, it's hard to label myself. When people ask me what I do, I say that I'm a developer and educator who creates online programming courses to help anyone interested in learning web development.My goal is to make complex topics as easy as possible by explaining them to you in a simple and understandable way.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 95
    • duration 7:36:39
    • Release Date 2023/06/12

    Courses related to PHP

    Subtitle
    Creative Coding
    SuperHiCreative Coding
    4:06:34
    English subtitles
    06/11/2023
    Subtitle
    Practice PHP and Learn File Handling
    TutsPlusPractice PHP and Learn File Handling
    53:36
    English subtitles
    06/18/2023

    Courses related to Laravel