---
title: "Boost your Eloquent Models with Laravel Lift"
url: https://daily.dev/posts/boost-your-eloquent-models-with-laravel-lift-zieeco207
source_url: https://laravel-news.com/laravel-lift
type: article
source: "Laravel News"
published: 2023-08-30T15:26:03.647Z
updated: 2023-08-30T15:25:44.503Z
tags: ["php", "laravel"]
reading_time: 8
upvotes: 17
comments: 2
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Boost your Eloquent Models with Laravel Lift

**[Laravel News](https://daily.dev/sources/ln)** · 8 min read · 17 upvotes · 2 comments

## Summary

Laravel News Lift 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. It provides a simple way to set up your models, focusing on simplicity and ease of use by using PHP 8’s attributes.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://laravel-news.com/laravel-lift>

## Community discussion

Top comments from developers on daily.dev.

**@hereldar** · 0 upvotes

> Thank you. I didn't know this project.

**@nestor965** · 0 upvotes

> Easier to read if you're used to Symfony, otherwise it's not that intuitive.

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#php](https://daily.dev/tags/php), [#laravel](https://daily.dev/tags/laravel)

[View this post on daily.dev](https://daily.dev/posts/boost-your-eloquent-models-with-laravel-lift-zieeco207)
