sendity / blade
Blade component wrapper for the Sendity Custom Element
v0.1.1
2026-05-30 21:45 UTC
Requires
- php: >=8.2
- ext-json: *
- illuminate/support: ^12.0|^13.0
Requires (Dev)
- orchestra/testbench: ^10.0|^11.0
- phpunit/phpunit: ^11.5
This package is not auto-updated.
Last update: 2026-05-31 00:51:40 UTC
README
Blade component wrapper for the Sendity Custom Element.
<x-sendity verify-urls='["mailto:verify@example.com"]' />
The component renders <sendity-auth> and loads the hosted client script once. It targets hosted Sendity by default and can be pointed at a self-hosted Sendity server with server-url / SENDITY_SERVER_URL. Configure default verification destinations with SENDITY_VERIFY_URLS as a comma-separated list.