New posts in eloquent

Laravel Eloquent inner join with multiple conditions

How to select count with Laravel's fluent query builder?

Laravel Eloquent: eager loading of multiple nested relationships

Laravel merge relationships

Eloquent model event are saved and created both called when create is used?

Laravel 5.2 - pluck() method returns array

Merge 'with' and 'whereHas' in Laravel 5

How can I get the latest updated row from table in laravel 8? [duplicate]

How to access model hasMany Relation with where condition?

How to exclude certains columns while using eloquent

Laravel 5 Querying with relations causes "Call to a member function addEagerConstraints() on null" error

Laravel firstOrNew how to check if it's first or new?

Accessing an item from a key value pair object derived from a parent relationship

Get previous attribute value in Eloquent model event

How to set every row to the same value with Laravel's Eloquent/Fluent?

Laravel: How to get last N entries from DB

Laravel many-to-many-to-many throught relationship

Laravel 5: cascade soft delete

Update without touching timestamps (Laravel)

Eloquent ->first() if ->exists()