Time to get some MRR by adding Stripe subscriptions courtesy of Laravel Cashier!
You need to subscribe to get full access to the video and lesson content.
Join 4.3K+ learners from companies like Shopify, Microsoft, Tiktok, AppSumo and Instacart.
In this lesson, we'll walk through the process of setting up a subscription plan in Stripe and integrating it with Laravel Cashier to enable paid features in our application.
Create a premium tier in Stripe:
Configure environment variables:
Add the following to your .env
file:
STRIPE_SECRET=your_secret_key STRIPE_PRICE_ID=your_price_id STRIPE_WEBHOOK_SECRET=your_webhook_secret
Set up Stripe webhook:
For local development, use a tool like Expose to create a public URL
Run the Laravel...
Subscribe now to get full access to the lesson content.
Get started →