jeffersongoncalves/filament-commerce-fulfillment

Filament v5 admin resources for the Laravel Commerce fulfillment module.

Maintainers

Package info

github.com/jeffersongoncalves/filament-commerce-fulfillment

Homepage

Issues

pkg:composer/jeffersongoncalves/filament-commerce-fulfillment

Transparency log

Statistics

Installs: 6

Dependents: 1

Suggesters: 0

Stars: 1

3.3.0 2026-06-30 19:05 UTC

This package is auto-updated.

Last update: 2026-07-01 22:26:14 UTC


README

Fulfillment

Fulfillment

Latest Version on Packagist Total Downloads License

Filament v5 admin resources for the Laravel Commerce fulfillment module.

Installation

composer require jeffersongoncalves/filament-commerce-fulfillment

Usage

The plugin is auto-discovered. Register it on a Filament panel:

use JeffersonGoncalves\\FilamentCommerce\\Umbrella\\CommercePanelPlugin;

public function panel(Panel $panel): Panel
{
    return $panel->plugin(CommercePanelPlugin::make());
}

License

The MIT License (MIT). Please see License File for more information.