I have users table and a profiles table structure is: users table has following fields id, name, em...
Hi! Has anyone here been able to do a leftJoin with pagination? If so what is the correct method? I...
I run this code in my controller Top of my controller use Waavi\Translation\Repositories\LanguageRep...
Ho to update user activity? Check if current user is online It is a solution, but update on each pag...
My example: $photo = Photo::with([ 'owner' => function ($query) { $query...
Hi All, I have around 500,000+ records on my database and fetching it using the laravel query builde...
Hey All, I have a Quote model with a table column boolean('approved') which I want to use to setup t...
Tables are here. Table | Columns Article | id, [others] Article_Tag | id, article_id, tag_id...
Hey guys! I have a problem with my Laravel 5 pagination. I use elequent to fetch user + his items wh...
I have this tables: admins places grants Each Admin has 0-N Place. Each Place has 0-N Grant. So we h...
I want to do an find([3,5,23]) on a model. But it seems laravel everytime is sorting the array befor...
I have 2 models: "user", "comment". comment have relation to user public functio...
I want to dynamically set options to my select box from another model in Laravel. So I want to do so...
Hello every one, I am creating Rest Api using Laravel and i have some problem regrading Request inpu...
I have a problem with seeding a belongsTo-relationship. My code is the following: // the Model Compo...
Hi everyone, Recently I just created a variable with a leftjoin it looks a little bit like this: $it...
Hi Guys! im new to Laravel. Been tinkering around the Code and Documents on how to call the Model F...
So I am new to Laravel but not to LAMP development, I have been doing this since 1999 and I feel tha...
Suppose, I have these ardent models class User extends \LaravelBook\Ardent\Ardent { public $aut...
I keep getting an error, "Trying to get property of non-object", when trying to access an...
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