dentro/laravel-concerns

Set of useful traits for Laravel and Lumen

This package's canonical repository appears to be gone and the package has been frozen as a result.

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

This package is auto-updated.

Last update: 2024-09-30 01:25:41 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