mrthito / laravel-billing
This is my package laravel-billing
Fund package maintenance!
laravel-billing
Requires
- php: ^8.2
- cknow/laravel-money: ^8.1
- dompdf/dompdf: ^3.0
- illuminate/contracts: ^10.0||^11.0
- laravel/cashier: ^15.0
- livewire/livewire: ^3.5.10
Requires (Dev)
- larastan/larastan: ^2.9
- laravel/pint: ^1.14
- nunomaduro/collision: ^8.1.1||^7.10.0
- orchestra/testbench: ^9.0.0||^8.22.0
- pestphp/pest: ^2.34
- pestphp/pest-plugin-arch: ^2.7
- pestphp/pest-plugin-laravel: ^2.3
- phpstan/extension-installer: ^1.3
- phpstan/phpstan-deprecation-rules: ^1.1
- phpstan/phpstan-phpunit: ^1.3
This package is auto-updated.
Last update: 2024-12-22 19:25:39 UTC
README
Advanced Billing Portal for Laravel
Warning
This package is currently under development and not recommended to use this package under any curcumstances. Many of the features may change in the future or will be removed. If you want to contribute to this package, you can fork this repository and make a pull request.
Laravel Billing is a package that provides a billing portal for your Laravel application. It provides a simple and easy to use interface for managing your billing and subscription. Currently, this package is under development and not recommended to use in any environment.
Installation
You can install the package via composer:
composer require mrthito/laravel-billing
You can install the package scaffolding using the following command:
php artisan install:laravel-billing
This command will publish the migration files and run the migration. You can also run the migration manually using the following command:
php artisan migrate
Usage
use MrThito\LaravelBilling\Traits\UseBilling; class User extends Authenticatable { use UseBilling; // ... }
Testing
composer test
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
License
The MIT License (MIT). Please see License File for more information.