dentro/laravel-concerns

Set of useful traits for Laravel and Lumen

dev-master 2022-11-02 14:00 UTC

This package is auto-updated.

Last update: 2024-04-30 00:38:12 UTC


README

-- Set of usable Laravel Traits (Concerns) and Casts.

Casts

  • FluentJson transform your attribute into laravel fluent object from json string, and vice versa.
  • EncryptedFluentJson same idea as FluentJson but with additional data-at-rest encryption.

Concerns / Traits

  • AsDateTimeIso
  • Lockable
  • UuidAsPrimaryKey