Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in eloquent

Laravel eloquent: Update A Model And its Relationships

php laravel model eloquent

whereBetween Dates in laravel 4 eloquent

php laravel laravel-4 eloquent

Laravel Relationships

Only update field if form value exists

laravel laravel-4 eloquent

UUID primary key in Eloquent model is stored as uuid but returns as 0

laravel eloquent uuid

Laravel Eloquent OR WHERE IS NOT NULL

Encrypt/Decrypt DB fields in laravel

When to use Eloquent (ORM) over Fluent (Query Builder)? [closed]

laravel laravel-4 eloquent

Laravel changes created_at on update

Laravel - pluck mutated attribute

php laravel eloquent

Laravel foreign key onDelete('cascade') not working

Laravel - Eloquent - Return Where Related Count Is Greater Than

php laravel laravel-5 eloquent

Laravel Chunk Method Using Eloquent

Laravel hasMany relation count number of likes and comments on post

php mysql laravel eloquent

Extend/override Eloquent create method - Cannot make static method non static

php laravel laravel-4 eloquent

laravel Eloquent model update event is not fired

php laravel eloquent

Eloquent sortBy - Specify asc or desc

php arrays laravel-4 eloquent

findOrFail Laravel 5 function for specific field

database laravel view eloquent

Soft deleting / detaching and restoring / attaching relationships with composite keys

php laravel eloquent

How to mass insert or update in a single query (not a for loop of queries) using Laravel 4.2