Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrushton committed May 28, 2024
1 parent 8510816 commit 0c3f395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Origami Catpcha - Laravel Google ReCaptcha Integration
# Origami Catpcha - Laravel Captcha Package

This package adds a validation rule and controller trait for easier integration with Google Recaptcha

Expand Down Expand Up @@ -128,7 +128,7 @@ This packages registers two Blade helpers:

Version 3 was created to add Laravel 11.x support and drop support for Laravel versions before 10.x. This is a breaking change as the package now relies on [Rule Objects](https://laravel.com/docs/10.x/validation#using-rule-objects).

```
```php
// Before
$validator = Validator::make($request->all(), [
'recaptcha' => 'recaptcha',
Expand Down

0 comments on commit 0c3f395

Please sign in to comment.