Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rawilk committed Feb 15, 2023
1 parent 32d789b commit c5acdab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
1 change: 1 addition & 0 deletions docs/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |

0 comments on commit c5acdab

Please sign in to comment.