local.ERROR: BadMethodCallException: Call to undefined method Illuminate\Database\Query\Builder::out...
i want get last post On Tag : 1 - paginate All Tags ( order By created_at ) ( for Example : $blogTag...
I have a table that needs to store confidential data in two BLOB columns. The overall SQL statement...
Here is the query I have: $messages = Message::select('messages.*') ->where('post_id'...
Hello Guys , I have a filter search , and I want to search WHERE , JUST if the value is not empty ....
Hi all, Wanting to grab an entire model to dump in CSV format for a report, however, in this case, u...
If I change the Migration Structure (such like CreatePasswordResetsTable) How I to change the databa...
Lets say I have the following code. $ideas=IdeaUser::join('ideas as idea', 'idea.fk_user_id', '...
When I use the code below, error occurs . DB::table('area as a') ->select('a.*', DB::...
In a RestFul API, I want to handle the exception before sent header. How could I do that?
Hi to all. Since I designed my db, I came out with a self related model in my entity relational diag...
I've a one DataBase(game) where some tables has own prefix and own relations which not related with...
Currently I have a problem with a relation, defined by a non integer foreign key. I know, foreign ke...
We have posts and theyneed to be sorted by Authors name and Category popularity. I have tried smth l...
I am getting this small issue. Below is the source code Doctor Model: class Doctor extends Model {...
I have a model that encrypts and decrypts values using mutators, as described here: https://laravel....
In Laravel 5.1 I've setup my models and added the $fillable array like I usually would. My User mod...
Illuminate \ Database \ QueryException SQLSTATE[42S22]: Column not found: 1054 Unknown column 'id' i...
good day. I have researched about it, but nothings matched with my problem. Here's the scenario. I h...
Hey guys, In my application I have some images that belong to some articles. These are shown perfect...
Solutions given in the past year. Excluding solutions from thread authors.
The Laravel portal for problem solving, knowledge sharing and community building.
The community