From 4b3cdb11b1b6f1d7d3529b7b2e7109429809e4eb Mon Sep 17 00:00:00 2001 From: Egoist Date: Tue, 11 Apr 2023 12:06:48 +0300 Subject: [PATCH] Add create URL reference --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b276e2e..1a1e654 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,8 @@ $shortUrl = UrlShortener::shortUrl( ### CreateShortUrlRequest +To see all validation rules, see the [CreateShortUrlRequest](src/Http/Requests/CreateShortUrlRequest.php#L22) class. + ```php use LaravelReady\UrlShortener\Requests\CreateShortUrlRequest;