Skip to content

Instantly share code, notes, and snippets.

View barrettbreshears's full-sized avatar
🦃
hello there

Barrett Breshears barrettbreshears

🦃
hello there
View GitHub Profile
@JeffreyWay
JeffreyWay / recaptcha.blade.php
Last active June 28, 2024 11:00
Recaptcha Example using Laravel, Blade Components, and Alpine
<div
x-data="recaptcha()"
x-init="init"
@recaptcha.window="execute"
></div>
@push('scripts')
<script src="https://www.google.com/recaptcha/api.js?render=explicit"></script>
<script>