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...
I have a query with eager loaded results that need to be sorted. I've used similar code in other are...
For some reason when I do the following it only lists this. Any ideas as to what I am doing wrong....
Hi, I have this function for password recovery public function postForgotPassword() {...
I am using "Bllim" Package (Server-side handler of DataTables Jquery Plugin for Laravel 4)...
What is the correct way to find a related object based on a where clause with Eloquent ORM? For exam...
Hi, I have the following error: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an...
Hello Every One, I am working on a web application ,which takes json as input and display it on web...
Can someone please tell me why assigning the content of another variable to the protected $table var...
I have an app that is taking data from a form, encrypting it, writing the encrypted data to a field...
Previously I was using raw SQL statements in a non-Laravel environment so this is a port from that t...
My test suite currently has 67 tests and 167 assertions. If I run the tests in a SQLite memory datab...
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