Skip to content

Commit

Permalink
Add create URL reference
Browse files Browse the repository at this point in the history
  • Loading branch information
relliv committed Apr 11, 2023
1 parent faacca7 commit 4b3cdb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 4b3cdb1

Please sign in to comment.