So I'm kind of following the Laracasts Many To Many tutorial in Laravel5 Fundamentals and have the M...
I followed the documentation to try the notification system of Laravel 5.3, but I just cannot displa...
Hi, i'try to use this package with laravel-translatable, there is any possibility to search in trans...
insert into `combined_results_by_typecode` (product_id, typecode, group_id, group_name, passed_count...
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...
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