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

v1.0.2 2025-07-28 00:19 UTC

This package is auto-updated.

Last update: 2025-10-28 00:52:30 UTC


README

A lightweight Laravel package that provides helpful model traits and utilities to streamline your Laravel model development.

🚀 Features

  • HasRelationshipWithUser trait to manage created_by and updated_by relationships.
  • HasDates trait to simplify access to created_at and updated_at timestamps.
  • Customizable User model binding via config.
  • Designed to be simple, clean, and extendable.

📦 Installation

Require the package using Composer:

composer require jeromereyta/laravel-model-tools