Not sure where to put this these days - spend a few months away from the forums and then boom! - eve...
I have a ManyToMany relation Users controller public function measurement() { return $th...
anyone else has had a problem with the find function of eloquentORM?
Hi there How I can cache Eager loading in laravel? suppose that we have this query : $today_posts =...
From my model... public function getNumberDeletedAttribute($value) { return (bool)$value; } public...
Hi guys! I'm learning Laravel and am working on a personal project as I do it. It's essentially a d...
Hi, I want have someting like : Lang::set('key', 'value') and Lang::set('key', array()) You have an...
I have 2 tables links and likes (with relation: links.id = likes.link_id) and I need to build query...
I have a view page with 3 paginations. Next link of one effect the other two paginates. When next of...
Hi, As you know, there is a limitation in constraints' name definition as it should not exceed 30 ch...
Hey guys, im running the following Query: $user = User::where('active', '=', '1')->get(); Then in...
I can get the records created in the current month, I use postgresql SELECT * FROM quakes WHERE extr...
Hello I am trying to return data with multiple table at the same time using repository function ulti...
I have come across a situation that doesn't make much sense to me. Just as some background informat...
class User extends Eloquent {} I can't find where the "Eloquent.php" class file in the &qu...
Hello friends, you can create a dynamic sql query: there are 3 input and the user can enter a value...
hi, i need to do this query: SELECT avg(vote) FROM (SELECT max(timestamp), vote FROM votes_table WHE...
I'm trying to select specific columns from two tables however when I add the ->select() method in...
This code returns true when run and I don't get it. What am I doing wrong. Thanks guys! profile = DB...
In the old forum there was a thread called the same asking for an „ItemsNot()“ function: http://foru...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community