Download the PHP package maartenpaauw/filament-cashier-billing-provider without Composer
On this page you can find all versions of the php package maartenpaauw/filament-cashier-billing-provider. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download maartenpaauw/filament-cashier-billing-provider
More information about maartenpaauw/filament-cashier-billing-provider
Files in maartenpaauw/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.
Upgrading
Please see UPGRADING for more details.
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.0|^3.2.39
illuminate/config Version ^10.0|^11.0
illuminate/http Version ^10.0|^11.0
illuminate/support Version ^10.0|^11.0
laravel/cashier Version ^14.12.7|^15.2