Posts by Carlos Farias • 45 points
2 posts
-
3
votes2
answers107
viewsQ: List Birthday Kids of the Day Using Laravel
I use the code below that gives me a list of birthdays per month, but would need for the current date. Example: today 09/04 and the list display. $aniversariantesDoMes =…
-
0
votes1
answer99
viewsQ: List user messages logged in using Laravel
Good afternoon. I have in my Controller the method below: public function lista () { $mensagens = Auth::user()->mensagens()->get(); $title= "Mensagens"; return…