I'm looking for the most efficient way to get the count of related records from related tables. The...
I have 2 Tables User id full_name Post id user_id title content How to find out User.full_name f...
I'm willing to implement a search function with a Integration of a school API. in other words. I'm w...
When doing the login with the method Auth::attempt() I get this error: ErrorException htmlspecialcha...
So I want to store users ip in my database, but I coulnd create VARBINARY(16) in my schema builder....
TL;DR how to address the same table's field in the additional condition like this: $this->hasMany...
I am a bit confused on initializing my Model when the data is coming from Ajax request. For general...
Good morning to all guys! I have two table. "user" and "user_user". In the table...
Hello, I have 2 tables (or more) with relations, user_details and addresses. class UserDetail extend...
Hi I'm having trouble converting a mysql query that I've been working on into a laravel eloquent que...
hi, i'm a newbie to laravel framework and i just find it's so hard to understanding laravel form usa...
Hello, I am unable to figure out how to perform one query, where I get objects from model, based on...
Hi, i need select the categories with number of products in each category. With this query i do what...
hi guys, i have spend more than 2 day for install this framework, feel suck... And i though i did it...
Hello, I have my user model referencing a table with a UserID as the PK. The same table has another...
I have a Lavavel 4.1.31 application that serves me an error I can't really understand why is happeni...
Hi all, I want to perform this complex request in Laravel 4.2 : SELECT i.serial, z.name, count(im.da...
Hi guys, I'm having difficulties working with the query builder syntax. I'm trying to convert this...
Hi friends, I try to make a modular Laravel application. I use "https://github.com/bstrahija/la...
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