WendellAdriel / laravel-lift by wendell_adriel

Take your Eloquent Models to the next level
14,334
614
9
Package Data
Maintainer Username: wendell_adriel
Maintainer Contact: wendelladriel.ti@gmail.com (Wendell Adriel)
Package Create Date: 2023-08-24
Package Last Update: 2024-03-13
Home Page: https://wendell-adriel.gitbook.io/laravel-lift/
Language: PHP
License: MIT
Last Refreshed: 2024-04-27 03:08:16
Package Statistics
Total Downloads: 14,334
Monthly Downloads: 2,094
Daily Downloads: 57
Total Stars: 614
Total Watchers: 9
Total Forks: 31
Total Open Issues: 0

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.