jeromereyta / laravel-model-tools
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/jeromereyta/laravel-model-tools
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