If you want to group result by some condition which isn’t a direct column in your database, you can do that by providing a closure function.
$users = User::all()->groupBy(function($item) {
return $item->created_at->format('Y-M-D');
});
If you want to group result by some condition which isn’t a direct column in your database, you can do that by providing a closure function.
$users = User::all()->groupBy(function($item) {
return $item->created_at->format('Y-M-D');
});
For further actions, you may consider blocking this person and/or reporting abuse
Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.
Yasser Elgammal -
Peter Strøiman -
teaganga -
Aarav Joshi -
Top comments (0)