Skip to content

Instantly share code, notes, and snippets.

View MatteoOreficeIT's full-sized avatar

Matteo Orefice MatteoOreficeIT

View GitHub Profile
@MatteoOreficeIT
MatteoOreficeIT / LaravelQueryJoinRelations.php
Last active October 14, 2023 08:45
Laravel Query Join through Relations
<?php
/**
* User: matteo.orefice
* Date: 16/02/2018
* Time: 16:57
*/
namespace MatteoOrefice\Illuminate\Database\Eloquent\Concerns;