python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Eloquent select field after aggregation
I have three models, User, Post and Comment. User and Post are in a One-To-Many relationship, and so are User and Comment. For the sake of this example, there isn't a Post-Comment relationship.
When I...
Cynical
Votes: 0
Answers: 2
Get latest item in OneTomany relationship laravel 5.5
:)
I've a problem with a relationship in my project, this is the situation, I have two models "Sucursales" and "Checklist", this is the logic... one sucursal can have many checklis...
Joseph Aguilar
Votes: 0
Answers: 0
Laravel 5.8 sending email & blacklist
I am trying to make a blacklist for emails and I want to implement it upon every every email sending so I would check if users email is blacklisted or not.
At the moment I have.
use Illuminate\Support...
Tomislav Tomi Nikolic
Votes: 0
Answers: 0
i want to change date format to text and export to excel
please i need seome help!
Mycode:
$start = Carbon\Carbon::createFromFormat('d-m-Y', '01-02-2019')->firstOfMonth();
$end = Carbon\Carbon::createFromFormat('d-m-Y', '01-02-2019')->lastOfMonth();
...

itsmebay
Votes: 0
Answers: 1