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...
I have users table and profiles table. One to one relation. I have one view to show both user and pr...
i want to get the result of code below in laravel query builder or better still eloquent Adding the...
Hi, I have this request : $sale = Sale::where('alias', '=', $alias)->first(); What is the best pr...
Hi ! I use this package and queue of Laravel 5.4. When I dispatch a job, I have an error : Next Ill...
I have this error with moloquent/moloquent package. composer require moloquent/moloquent My Item cla...
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