Support the ongoing development of Laravel.io →

4,302 Threads

Query inside switch returns null

I have a controller with a method for when the user wants to soft-delete his record (Character model...

0 Likes
2 Replies

how to reset model deleteat_at to ''0000-00-00 00:00:00" ?

I notice that laravel use 0000-00-00 00:00:00 for deleted_at time ,So i change data deleted_at like...

0 Likes
5 Replies
Solved

Can't access Eloquent models from artisan command.

So I'm trying to do a very simple eloquent query, however both a select and an insert query fail. Th...

0 Likes
5 Replies

View data in Controller or View...

Hello, there. I have a table of users, and when you click on a Details button for a particular user...

0 Likes
1 Replies

How to make an 'orderBy' case-insensitive ?

Hi all, My question here is pretty simple but I didn't find the answer on the Web. I would like to s...

0 Likes
1 Replies
posted 10 years ago

Counting specific records through 'hasMany' relationship

Hi I have two models - node and content. Content belongsTo 'node' and Node hasMany 'content' - all p...

0 Likes
1 Replies

Dabase record regenerated does not contain the values of the model variable

Hi everyone, I'm new to Laravel and trying to catch up with a project as much as possible. I created...

0 Likes
1 Replies

dont show error if relation not exist , just show empty field.

Hi i have controller and i am taking data like this $events= Eventm::with('teacher')->get(); th...

0 Likes
1 Replies
Solved
posted 10 years ago

Returning array of ids

When inserting batch data how would you get a array of primary key ids from the inserted data $data...

0 Likes
1 Replies

Many to Many relationship generating sql with where clause looking for null

I am trying to create a Many to Many relationship with Eloquent but the SQL generated is checking my...

0 Likes
0 Replies
posted 10 years ago

Pivot table wherePivot

I got a function to find a friend request by friend pivot id. Code // Repository public function fin...

0 Likes
0 Replies

When inserting Postgresql JSON type field in eloquent, getting a escaped string

Hi, im having this issue, more info http://help.laravel.io/628636319849786ae066f7dfe72389b0e1d3e140,...

0 Likes
0 Replies

Repository pattern: how to access related repository's method?

I have two eloquent model: Foo and Bar. class Foo extends \Eloquent { public function bar()...

0 Likes
2 Replies
posted 10 years ago

GroupIn Method for Collection

First of all, English is not my primary language and if the group in term is wrong for what I'm tryi...

0 Likes
1 Replies

Laravel pivot table Base table or view not found

Hi im trying to query my tasks table. A little background information on the tables and how they are...

0 Likes
1 Replies
posted 10 years ago

How to "split" an Eloquent request construction ?

Hi. I am trying to do something like this : $name = Input::get('name'); $keywords = explode(' ', $na...

0 Likes
2 Replies
Solved

Getting data of model related as an array

Hi... maybe it's a newbie question... these are my first steps with Laravel.. suppose I have in Post...

0 Likes
2 Replies
Solved

Filtering Results in RestAPI with attributes from a related model

I'm currently building a REST API with laravel. I'm trying to implement filtering of results on a ro...

0 Likes
2 Replies
Solved

Can you use sum() or something like it in a whereHas() statement?

I have a model called 'Charges' which stores charges made by someone. I want to sum all the charges...

0 Likes
1 Replies
Solved
posted 10 years ago

How to determine if model support soft deleting?

Hello, is there a native way to determine if a model supports soft deleting? Something like: User::u...

0 Likes
2 Replies
Solved

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.