Hi, so I have a question regarding relationships. I have a user model, and an event model. The event...
I am working on creating a page with stats from data in a MySQL database, and trying to figure out t...
I have a great problem with Laravel at the moment. I've tried float and decimal datatypes without an...
I have the following code that produces the following error: "Undefined variable: tbl" The...
I have model called Reference which can have many child References but only one parent Reference. So...
On using the DB inside the controller I am getting an FatalErrorException stating class 'App/Http/Co...
Hello All, Im new here and just would like to know if the below way is PROPER OR NOT(it works for me...
hi i want convert this sql to eloquent but i don't now SELECT companies.LVal18AFC, basket.qty, b...
I have 3 tables. Photo id area_id user_id description User id name Area id name I want to make a...
I am uploading my images to S3 using Flysystem. In my database I keep only the file name (image.jpg)...
I'm converting roject from pure PHP to Laravel 4, and I have a problem with converting this query SE...
I'm in the process of getting to grips with L4 and I'm having issues with saving/retrieving/updating...
Hi, Having a problem with using firstOrCreate with my Eloquent model $progress = Progress::firstOrCr...
Hi, guys. I have 2 connections to databases with this configuration: /app/config/database.php 'princ...
If I fully specify the keys, is there a difference between hasOne and belongsTo relationships? Or if...
Hi, If I have something like this: $user = User::with('phones')->find(1); It gives me the user's...
Hi, I was working with some Entities that may contain some other dependent Entities or Value Objects...
Parent, Child and Tag are three models. Parent (id, other fileds ....) Child (id, parent_id, tag_id...
Hey guys, When i use my model for Year, i can get all articles that are connected with the year tabl...
What is the diference between find($id) and whereId($id)?
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