I have a row I named Customers. It has a column named "name". I want the HTTP-request to b...
Hello, I'm learning Laravel and I'm having a problem with foreign key when I want to add a new recor...
I am doing a simple social network like twitter. So we can follow someone, vice versa. The relations...
My laravel app structed like this: People: Model & Controller Pets: Model & Controller. Has...
Basically when I get the datetime column in my table I want to adjust its date and time base on the...
Hey! For fun, I'm creating an API in Laravel to learn the framework and general new stuff. I have a...
I have a table containing multiple artist. While creating an event (updating event table) I need to...
Is there a example model somewhere? All I found is this: laravel.com/api/5.2/illuminate/database/elo...
I have a script which pulls data from an API to store in a local database. The data will then be pro...
I have been porting a project from Laravel 5 to Laravel 5.1 and I am coming across an "unsuppor...
I want to implement database caching in laravel 5.2 If any anyone any idea please share with me...
I am trying to achieve the fallowing: In the database i have a start_date , expiration_date, updated...
I have a DB with employees: id name manager_id foreign key is manager id and pointing a...
Hey all! My database call looks like this essentially: $questions = \App\ContentLegacy::with('staff'...
Hello, I'm playing with Many To Many Polymorphic Relations and I am almost there for my purposes. Gi...
So I get that adding columns to the $fillable variable of your Eloquent models can be a good thing....
I am implementing pivot table with multiple foreign keys Laravel 5 Eloquent. Already read these link...
Hi, I have a controller with a function: public function show(Activity $linkActivity, $id) { $act...
I've been wrestling with this relationship for a few days, and I can't seem to get any traction off...
I have a weird issue with Models and their eloquent relations. The thing is that I have 2 Models , U...
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