banulakwin/filament-pricing

Filament admin panel for banulakwin/laravel-pricing coupon management.

Maintainers

Package info

github.com/banulalakwindu/filament-pricing

pkg:composer/banulakwin/filament-pricing

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2026-05-19 16:57 UTC

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.