Skip to content

Commit 32d789b

Browse files
committed
Update README
1 parent cb6f96e commit 32d789b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
# laravel-casters
1+
# Casts for Laravel
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/rawilk/laravel-casters.svg?style=flat-square)](https://packagist.org/packages/rawilk/laravel-casters)
44
![Tests](https://github.com/rawilk/laravel-casters/workflows/Tests/badge.svg?style=flat-square)
55
[![Total Downloads](https://img.shields.io/packagist/dt/rawilk/laravel-casters.svg?style=flat-square)](https://packagist.org/packages/rawilk/laravel-casters)
66
[![PHP from Packagist](https://img.shields.io/packagist/php-v/rawilk/laravel-casters?style=flat-square)](https://packagist.org/packages/rawilk/laravel-casters)
77
[![License](https://img.shields.io/github/license/rawilk/laravel-casters?style=flat-square)](https://github.com/rawilk/laravel-casters/blob/main/LICENSE.md)
88

9-
`laravel-casters` is a collection of custom class casts for Laravel Eloquent Models. This package allows you to quickly
9+
![Social image](https://banners.beyondco.de/Casts%20for%20Laravel.png?theme=light&packageManager=composer+require&packageName=rawilk%2Flaravel-casters&pattern=architect&style=style_1&description=A+collection+of+custom+casts+for+Laravel.&md=1&showWatermark=0&fontSize=100px&images=check)
10+
11+
Casts for Laravel is a collection of custom class casts for Laravel Eloquent Models. This package allows you to quickly
1012
and easily add casts for names and hashing passwords on your user models.
1113

1214
```php
@@ -61,6 +63,10 @@ Some alternatives to this package include:
6163
- [crudly/encrypted](https://github.com/Crudly/Encrypted)
6264
- [watson/nameable](https://github.com/dwightwatson/nameable)
6365

66+
## Disclaimer
67+
68+
This package is not affiliated with, maintained, authorized, endorsed or sponsored by Laravel or any of its affiliates.
69+
6470
## License
6571

6672
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

0 commit comments

Comments
 (0)