Your GitHub Username bb41143bcd Update README.md for fork
2025-02-28 13:45:22 +08:00
2024-03-13 13:06:46 +00:00
2023-08-31 21:24:50 +02:00
2024-09-12 16:55:47 +02:00
2023-08-24 10:22:58 +01:00
2023-08-24 10:22:58 +01:00
2023-08-24 10:22:58 +01:00
2023-10-02 11:17:01 +01:00
2023-08-24 10:22:58 +01:00
2025-02-28 13:45:22 +08:00

Laravel Lift

This is a fork of WendellAdriel/laravel-lift with added support for Laravel 12.

Changes from the original

  • Added support for Laravel 12 in the composer.json dependencies
  • Updated package name to ambieco/laravel-lift

Original Description

Take your Eloquent Models to the next level.

For full documentation, please refer to the original repository.

Lift for Laravel

🏋️ Lift for Laravel

Take your Eloquent Models to the next level

Packagist PHP from Packagist Laravel Version GitHub Workflow Status (main)

Lift is a package that boosts your Eloquent Models in Laravel.

It lets you create public properties in Eloquent Models that match your table schema. This makes your models easier to read and work with in any IDE.

The package intelligently uses PHP 8's attributes, and gives you complete freedom in setting up your models. For instance, you can put validation rules right into your models - a simple and easy-to-understand arrangement compared to a separate request class. Plus, all these settings are easily reachable through handy new methods.

With a focus on simplicity, Lift depends on Eloquent Events to work. This means the package fits easily into your project, without needing any major changes (unless you've turned off event triggering).

Documentation

Docs Button DocsRepo Button

Installation

composer require wendelladriel/laravel-lift

Credits

Contributing

Check the Contributing Guide.

Description
No description provided
Readme MIT 665 KiB
Languages
PHP 100%