To interact with SES's subscription management features, you may return the X-Ses-List-Management-Options header in the array returned by the headers method of a mail message:1/** 2 * Get the message headers. 3
The noProrate method may be used to update the subscription's quantity without pro-rating the charges:$user->subscription('main')->noProrate()->updateQuantity(10); For more information on subscription quantities, consult the Stripe documentation....
To get started, check out the documentation on Laravel's application starter kits.Laravel Fortify is a headless authentication backend for Laravel that implements many of the features found in this documentation, including cookie-based authentication as well as other features such as two-factor ...
For more info on this subject, please consult the Stripe documentation regarding coupons and promotion codes.Adding SubscriptionsIf you would like to add a subscription to a customer who already has a default payment method you may invoke the add method on the subscription builder:...
For more information on managing subscription billing cycles, consult the Stripe billing cycle documentationCancelling SubscriptionsTo cancel a subscription, call the cancel method on the user's subscription:1$user->subscription('main')->cancel();...
WARNINGYou're browsing the documentation for an old version of Laravel. Consider upgrading your project toLaravel 11.x. Laravel Cashier Introduction Laravel Cashier provides an expressive, fluent interface toStripe'ssubscription billing services. It handles almost all of the boilerplate subscription billi...
For more information on subscription quantities, consult the Stripe documentation.Subscription TaxesTo specify the tax percentage a user pays on a subscription, implement the taxPercentage method on your billable model, and return a numeric value between 0 and 100, with no more than 2 decimal ...
In addition to basic subscription management, Cashier can handle: coupons, swapping subscription, subscription "quantities", cancellation grace periods, and more.While working with Cashier we recommend you also review Paddle's user guides and API documentation....
Tools for user management, blog and article oversight, order and subscription tracking, and detailed statistical analysis to ensure smooth and informed operations. Users Management Roles & Permissions Blog/Articles Orders Subscriptions Statistics 2 The Most Popular Stacks Larafast comes with 2 most ...
Basic Subscription Management Coupons Management Subscriptions – Swapping, Quantities Management Cancellation Grace Periods Invoice as PDFs 3.2 Omnipay Github Stats–Fork (913) | Star (5.9K) | Contributors (142) | License – MIT Omnipay is a payment processing library for all PHP languages. It is...