🔥 Laravel tip: Subquery select
Mar 22, 2022
You can add another column to your query using subqueries, for example, here I'm adding the last post title to my users query.
This will return all my user columns plus a `last_post_title` with the title of the last post the user created.
This will return all my user columns plus a `last_post_title` with the title of the last post the user created.

Other tips:
🔥 Laravel tip: the sole method
Feb 15, 2022
🔥 Laravel Tip: Collections higher-order messages
Feb 23, 2022