Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in eloquent

Return value must be of type ?Illuminate\\Database\\Query\\Builder, App\\Models\\ModelName returned

php laravel eloquent laravel-8

Query works in MySQL but not via Lumen/Laravel - Numeric value out of range: 1416

php mysql laravel pdo eloquent

How to log every query from multiple connections in Eloquent (outside laravel)

Laravel 5 replicate() handle columns that have unique attribute

How to eager load only 1 result from many to many relationship Laravel

laravel eloquent laravel-6

Laravel Eloquent and Query Builder "with (nolock)"

How to usr use the observe method on the model?

php laravel eloquent

Laravel join with limit

laravel eloquent

Laravel Eloquent with() method works with 'where' but doesn't work with 'Model::find()'

php laravel orm eloquent

Check if relation exists in database via pivot table

How to paginate in Laravel when using Modell::find(array())

Using Laravel Facades outside Laravel

laravel eloquent

What is the right way to store 'historical data' into database in laravel?

Why the users email is override by [email protected]

laravel eloquent

Force create an eloquent model through a relationship

Laravel: whereNotIn not working as expect

mysql laravel eloquent

Laravel Eloquent: Extract all entries that begin with a list of provided string

laravel laravel-5 eloquent

Laravel Nova - How to hide 'Create' button from HasMany field?

Laravel - Message Toastr, on Error or Invalid Input Fields

Laravel whereIn implementation of whereJsonContains

php laravel eloquent