Hi, how to select all records from table group by created_at? When I get all rows from table it retu...
hi, i've developed an android app with laravel api backend. currently i use default api guard and Au...
Hi guys, i'm strugling with this error "SQLSTATE[HY000] [2054] Connecting to 3.22, 3.23 & 4...
<div class="form-group"> {!! Form::label('eMail', 'e-Mail', ['class'=>'co...
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...
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