wendelladriel / laravel-lift
Take your Eloquent Models to the next level
Fund package maintenance!
WendellAdriel
www.paypal.me/wendelladriel
Installs: 24 259
Dependents: 0
Suggesters: 0
Security: 0
Stars: 649
Watchers: 10
Forks: 34
Open Issues: 1
Requires
- php: ^8.1
- illuminate/database: ^10.0|^11.0
- illuminate/support: ^10.0|^11.0
- illuminate/validation: ^10.0|^11.0
Requires (Dev)
- larastan/larastan: ^2.0
- laravel/pint: ^1.14
- orchestra/testbench: ^8.0|^9.0
- pestphp/pest: ^2.0
- pestphp/pest-plugin-faker: ^2.0
- phpstan/phpstan: ^1.10
This package is auto-updated.
Last update: 2024-11-05 10:57:31 UTC
README
🏋️ Lift for Laravel
Take your Eloquent Models to the next levelLift 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
Installation
composer require wendelladriel/laravel-lift
Credits
Contributing
Check the Contributing Guide.