I have created a validation form using Validator::make on laravel 5: Validator::make($request->al...
I have following MySQL table structure: posts table: posts: {id(PK), title, content, slug, date, wri...
What I am trying to do is set a column to be a foreign key. Following the documentation, it's prett...
Hello, I need help with the following structure in laravel: - User id - Purchase id user_id - Deta...
Hi, We're using the lazychaser/laravel-nestedset (on gidhub) / Kalnoy\Nestedset (composer/packagist)...
User.php <?php namespace ESP; use Illuminate\Auth\Authenticatable; use Illuminate\Database\Eloq...
Group by is problematic since I switched to PHP 7 and having aggregate values doesn't apply to the w...
I'm new to laravel. I'm using sjousse/laravel-unique-reference I don't know how to configure/ genera...
Is it possible to make a miration with a (pseudo) foreign key in laravel that links to a table colum...
i have travel website working with category and sub category EX: Link (1) : tours/egypt/cairo Link...
What is wrong with this code. Keeps getting the error "Cardinality violation:1242 Subquery........
i have error with my laravel 5.3 when getting data from database this is my controller code publ...
Hello everyone. I have a small problem. I got two models: User and Group. They are connected by one...
I'm trying to grab some users from the database and notify them that a new position has been posted....
I have to get some records from a table given an array of ids, to do so I use this code $future_meet...
Hello All, This is my first post on this forum, so I'd like to send warm hello and thank You in adva...
Hello. I have problem with relationship three table. We have the tables users - id - username compa...
So I have a query that looks like $atten = Attendance::select( DB::raw('DATE(tStamp)') )->group...
I've got a Restaurant, Review and User model Restaurants have reviews, which have a user I would to...
I have the following scenario. I have 3 main tables: Countries Job possition Income *** Income tab...
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