Favorites
b/coursetrainingbyleevinh

Laracasts - Eloquent Techniques

This post was published 3 years ago. Download links are most likely obsolete. If that's the case, try asking the uploader to re-upload.

Laracasts - Eloquent Techniques

Genre: eLearning | MP4 | Video: AVC, 1152x720 | Audio: aac, 48 kHz
Language: English | Size: 134 MB | Duration: 4 episodes (50m) | Beginner

For any Laravel user, a solid understanding of Eloquent is crucial. In this series, we'll review a number of key techniques for your toolbelt.

Transactions 101
Database transactions can be enormously useful in the instances where you want to roll back all database modifications, in the event that an exception is thrown along the way.

Track Document Adjustments
Let's say your app offers documents, which any user may modify. If you wanted to track each adjustment (who made the adjustment, and when it was made), how exactly would you accomplish this?

Record Model Changes
Building upon our example from the previous episode, let's now figure out how we might record changes to our models. For example, if a user updates the title of a particular document, let's learn how to also record/track the old and new title, in the process.

View the source for this lesson on GitHub.
https://github.com/laracasts/Document-Adjustments-Demo

Dedicated Query String Filtering
If you only need to check one or two parameters from the query string to filter a bit of data, performing that logic in the controller is simple enough. But now imagine an e-commerce site, where there are dozens of ways to filter the data. What else might be possibility?

View the source for this lesson on GitHub.
https://github.com/laracasts/Dedicated-Query-String-Filtering

Screenshots

Eloquent Techniques

No comments have been posted yet. Please feel free to comment first!

    Load more replies

    Join the conversation!

    Log in or Sign up
    to post a comment.