NewElectric

Configure Clerk Auth

Sign-in is powered by Clerk. Add your publishable key to enable it:

1
Get your free key
Go to dashboard.clerk.com → Create app → API Keys → copy Publishable key
2
Add to .env
CLERK_PUBLISHABLE_KEY=pk_test_your_key_here
3
Restart the server
php artisan serve
← Back to Shop