Download the PHP package liberusoftware/filament-cashier-billing-provider without Composer
On this page you can find all versions of the php package liberusoftware/filament-cashier-billing-provider. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download liberusoftware/filament-cashier-billing-provider
More information about liberusoftware/filament-cashier-billing-provider
Files in liberusoftware/filament-cashier-billing-provider
Package filament-cashier-billing-provider
Short Description Filament billing provider for Laravel Cashier
License MIT
Homepage https://github.com/maartenpaauw/filament-cashier-billing-provider
Informations about the package filament-cashier-billing-provider
Filament billing provider for Laravel Cashier
Integrate Laravel Cashier Stripe support into Filament's multi-tenant panels.
Support me
You can support me by buying Model States for Filament.
Installation
-
Install the package via composer:
- Make sure your
Billable
model is the same as your Filament tenant model.
[!TIP] For more information configuring a
Billable
model, refer to the official Laravel documentation.
Usage
Add plans to your cashier.php
config file:
[!CAUTION] The current implementation only supports recurring subscriptions.
Add the following code to your AdminPanelProvider
(or other panel providers):
[!NOTE] Requiring tenant subscription is optional. You can remove
->requiresTenantSubscription()
if you wish.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Maarten Paauw
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-cashier-billing-provider with dependencies
filament/filament Version ^3.2
illuminate/config Version ^11.0
illuminate/support Version ^11.0
laravel/cashier Version ^14.12.7|^15.2