diff --git a/docs/introduction.md b/docs/introduction.md index e6d9123..90f4401 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -5,7 +5,7 @@ sort: 1 ## Introduction -`laravel-casters` is a collection of custom class casts for Laravel Eloquent Models. This package allows you to quickly +Casts for Laravel is a collection of custom class casts for Laravel Eloquent Models. This package allows you to quickly and easily add casts for names and hashing passwords on your user models. ```php @@ -24,3 +24,7 @@ Some alternatives to this package include: - [crudly/encrypted](https://github.com/Crudly/Encrypted) - [watson/nameable](https://github.com/dwightwatson/nameable) + +## Disclaimer + +This package is not affiliated with, maintained, authorized, endorsed or sponsored by Laravel or any of its affiliates. diff --git a/docs/requirements.md b/docs/requirements.md index f62357e..c037a32 100644 --- a/docs/requirements.md +++ b/docs/requirements.md @@ -15,3 +15,4 @@ sort: 2 | 7.28 | 1.0.0 | 1.0.1 | | 8.0 | 1.0.0 | 2.0.2 | | 9.0 | 2.0.0 | | + | 10.0 | 3.0.1 | |