Laravel Cashier Paddle
Laravel Cashier Paddle simplifies subscription management for your Laravel apps, automating billing and recurring payments effortlessly.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add laravel-cashier-paddle npx -- -y @trustedskills/laravel-cashier-paddle
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"laravel-cashier-paddle": {
"command": "npx",
"args": [
"-y",
"@trustedskills/laravel-cashier-paddle"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill integrates Paddle.com payment processing into Laravel applications using the Cashier package. It simplifies subscription management, handling invoice generation and webhooks for events like successful payments or failed trials. This allows developers to easily manage recurring billing within their Laravel projects without complex custom implementations.
When to use it
- You're building a SaaS application with Laravel and want to offer subscriptions.
- You need automated handling of Paddle subscription lifecycle events (payments, cancellations).
- You want to avoid manually managing invoices and payment confirmations for your users.
- You’re already using Laravel Cashier and wish to integrate with Paddle instead of Stripe or other providers.
Key capabilities
- Seamless integration with Laravel Cashier.
- Automated invoice generation via Paddle.
- Webhook handling for subscription events.
- Simplified recurring billing management.
Example prompts
- "Configure Laravel Cashier to use Paddle as the payment gateway."
- "Generate a test invoice for user X using Paddle Cashier."
- “Retrieve the latest subscription status from Paddle for customer Y.”
Tips & gotchas
- Requires a valid Paddle account and API keys.
- Ensure your Laravel Cashier package is properly configured before installing this skill.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.