Skip to content

Commit 2f5904b

Browse files
authored
Update README.md
1 parent 979b530 commit 2f5904b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
[![Passed Tests](https://github.com/milwad-dev/laravel-attributes/actions/workflows/run-tests.yml/badge.svg)](https://github.com/milwad-dev/laravel-attributes/actions/workflows/run-tests.yml)
99
[![PHP Version Require](https://img.shields.io/packagist/dependency-v/milwad/laravel-attributes/php)](https://packagist.org/packages/milwad/laravel-attributes)
1010
***
11-
Laravel attributes is a package for create attributes easy. <br>
12-
With laravel attributes you can make attributes for all model (Polymorphic). <br>
11+
The `laravel-attributes` package is a tool designed to help Laravel developers easily manage and implement custom attributes in their projects. It enables you to define attributes directly on Eloquent models, making it simpler to handle dynamic or calculated properties without directly modifying the database schema. With this package, you can create and configure attribute sets for models, making it easier to organize and extend data handling in Laravel applications. It's especially useful for projects that require customizable and flexible data models. <br>
1312
You don't have any stress for attributes! You can create attributes for any model and display like drink water :)
1413

1514
# Requirements

0 commit comments

Comments
 (0)