Skip to content

Commit c5acdab

Browse files
committed
Update docs
1 parent 32d789b commit c5acdab

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/introduction.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sort: 1
55

66
## Introduction
77

8-
`laravel-casters` is a collection of custom class casts for Laravel Eloquent Models. This package allows you to quickly
8+
Casts for Laravel is a collection of custom class casts for Laravel Eloquent Models. This package allows you to quickly
99
and easily add casts for names and hashing passwords on your user models.
1010

1111
```php
@@ -24,3 +24,7 @@ Some alternatives to this package include:
2424

2525
- [crudly/encrypted](https://github.com/Crudly/Encrypted)
2626
- [watson/nameable](https://github.com/dwightwatson/nameable)
27+
28+
## Disclaimer
29+
30+
This package is not affiliated with, maintained, authorized, endorsed or sponsored by Laravel or any of its affiliates.

docs/requirements.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ sort: 2
1515
| 7.28 | 1.0.0 | 1.0.1 |
1616
| 8.0 | 1.0.0 | 2.0.2 |
1717
| 9.0 | 2.0.0 | |
18+
| 10.0 | 3.0.1 | |

0 commit comments

Comments
 (0)