jeromereyta / laravel-model-tools
Package info
github.com/jeromereyta/mj-laravel-model-tools
pkg:composer/jeromereyta/laravel-model-tools
v1.0.2
2025-07-28 00:19 UTC
README
A lightweight Laravel package that provides helpful model traits and utilities to streamline your Laravel model development.
🚀 Features
HasRelationshipWithUsertrait to managecreated_byandupdated_byrelationships.HasDatestrait to simplify access tocreated_atandupdated_attimestamps.- Customizable
Usermodel binding via config. - Designed to be simple, clean, and extendable.
📦 Installation
Require the package using Composer:
composer require jeromereyta/laravel-model-tools