🏋️
Lift for Laravel
View on GitHub
  • 🏋️Lift for Laravel
  • 🚀Getting Started
    • Installation
    • Changelog
  • 🛠️Attributes
    • Cast
    • Column
    • Config
    • DB
    • Events
    • Fillable
    • Hidden
    • Ignore Properties
    • Immutable
    • Primary Key
    • Relationships
    • Validation
    • Watch
  • 🧪Methods
    • castAndCreate
    • castAndFill
    • castAndSet
    • castAndUpdate
    • createValidationMessages
    • createValidationRules
    • customColumns
    • defaultValues
    • immutableProperties
    • updateValidationMessages
    • updateValidationRules
    • validationMessages
    • validationRules
    • watchedProperties
  • 🤖Commands
    • lift:migration
Powered by GitBook
On this page
  • v0.15.0
  • v0.14.0
  • v0.13.0
  • v0.12.0
  • v0.11.0
  • v0.10.1
  • v0.10.0

Was this helpful?

  1. Getting Started

Changelog

Here's a quick overview of the new features in the latest versions of the package.

v0.15.0

  • Added support to Enum conversion on column casting.

v0.14.0

  • Laravel 11 support.

v0.13.0

  • Added the IgnoreProperties attribute.

v0.12.0

  • Added the Dispatches attribute.

  • Added the Listener attribute.

  • Added the Observer attribute.

v0.11.0

  • Added the castAndCreate method.

  • Added the castAndFill method.

  • Added the castAndSet method.

  • Added the castAndUpdate method.

v0.10.1

  • Merge hidden attribute list instead of replacing it (same way it is done with fillable, etc.).

v0.10.0

  • Ability to define a custom name for the relationships.

  • Validation messages support for localization.

PreviousInstallationNextCast

Last updated 6 months ago

Was this helpful?

🚀