Skip to content

Instantly share code, notes, and snippets.

View kingmaker-agm's full-sized avatar
🙋‍♂️
Enjoying Life

kingmaker kingmaker-agm

🙋‍♂️
Enjoying Life
View GitHub Profile
@calebporzio
calebporzio / PreviewOfUpcomingPackage.php
Last active April 16, 2024 06:26
A model trait that allows child models to use parent table names and relationship keys.
<?php
namespace App\Abilities;
use Illuminate\Support\Str;
use ReflectionClass;
/**
* Note: This is a preview of an upcoming package from Tighten.
**/