banulakwin / filament-pricing
Filament admin panel for banulakwin/laravel-pricing coupon management.
dev-main
2026-05-19 16:57 UTC
Requires
- php: ^8.2
- banulakwin/laravel-pricing: ^1.1
- filament/filament: ^5.0
- illuminate/contracts: ^11.0|^12.0|^13.0
- illuminate/database: ^11.0|^12.0|^13.0
- illuminate/support: ^11.0|^12.0|^13.0
Requires (Dev)
- laravel/pint: ^1.21
- orchestra/testbench: ^9.0|^10.0|^11.0
- phpstan/phpstan: ^2.0
- phpunit/phpunit: ^11.0|^12.0
This package is auto-updated.
Last update: 2026-05-19 16:59:53 UTC
README
Filament admin panel for managing coupons from the banulakwin/laravel-pricing package.
Installation
composer require banulakwin/filament-pricing
Usage
Register the plugin in your Filament panel provider:
use Banulakwin\FilamentPricing\FilamentCouponPlugin; $panel ->plugins([ FilamentCouponPlugin::make(), ]);
Configuration
Publish the configuration file:
php artisan vendor:publish --tag="filament-pricing-config"
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
License
The MIT License (MIT). Please see License File for more information.