Releases: derekcodes-io/turnstile-laravel
Releases · derekcodes-io/turnstile-laravel
v1.2
- Updated with constructor which allows you to set secret_key outside of using Laravel's config(). This expands the usage ability beyond just Laravel. Thanks to @fhferreira for the PR!
v1.1
- README
- Updated to document vendor:publish of the configuration.
- Example of front-end form JavaScript that's necessary
- Total downloads added.
- Try / Catch Added around cURL to Turnstile API
v1.0.1
- Removed vendor folder
- Composer.json
- Added meta data
- Added PHP 7.1 as a minimum requirement
v1.0
- Initial Release