I have three table: table HouseHold(HouseHoldID) table Member(HouseHoldID,MemberID) table PatientCa...
Hi, It seems a bit overkill what I have, after some searching I finally got my query working but not...
Hi, I'm quite new to laravel, so trying to get the hang of the best practices at the moment. Today I...
I have 3 models... Category, Post, and Vote In my category view, I am showing an index of all Posts...
I have a User model, and an Item model. Each Item has one Category, and each User has a "benlon...
I'm trying to connect to my database from my laravel application. But I just seem to get the wrong c...
Salam, I want to add some new elements to a Eloquent Collection with the add public function, but I...
I would like to create an application that logs GET data directly to the DB through Laravel from URL...
I'm using the Baum Nested Set package, which works very well. In one place in my code, I need to lis...
Problem I'm trying to use Eager Load Constraints with a take condition it keeps returning null in th...
Either there is a quite dangerous bug in laravel or I just made a stupid assumption. I believe that...
I wish to list a member with events he/she participates, and his/her collar numbers (idnumbers) for...
Hi, be patience I'm quite new at unit test in laravel I've this migrations use Illuminate\Database\S...
Hi, can someone halp me with this problema. I want load events based on city_id stored in locations...
I'm trying to utilize the eager loading feature in laravel but it doesn't work as i expected. When i...
I want create a gallery. How can I do?
I'm trying to order my data, by the "belongsTo" association. Model: Contact BelongsTo: Age...
I have the following controller and models. Controller public function index($slug) { $d...
Is there a way to build a query on checkboxes values? I have 7 checkboxes, then only if a single che...
I would like to simple database application with add delete modify and view functionality. Kindly su...
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