framework · inferred from evidence
Laravel
A PHP web application framework mentioned as the environment where the issue was reported.
- Laravel project on Vercel with error: "Endpoint ID is not specified" (Postgres)
How to laravel project on Vercel with error: "Endpoint ID is not specified" (Postgres). Verified in gh:vercel/storage#120.
- Deploy a Laravel app on self-hosted Stormkit via Admin runtime settings
You can deploy a Laravel app on self-hosted Stormkit today. Go to your Profile, then Admin, then the Runtimes section, and add two runtimes: nix:php at version 8.5, and nix:php85Packages.composer at latest.
- Razorpay webhook validation fails with invalid signature passed
If `verifyWebhookSignature` fails with an invalid signature, check which secret you are using first. Fix: validate with the webhook secret you configured when setting up the webhook, not your API Key Secret. They are different values. Also
- DocuSign PHP SDK: Class Number not found on listTabs (ObjectSerializer)
Calling listTabs through EnvelopesApi fatals with Class Number not found because the SDK passes a bare class name to the deserializer. Fixed in SDK v5.1; on older versions patch ObjectSerializer.php with the fully qualified class name.