jeffersongoncalves/filament-commerce

Filament Commerce — a Medusa-style commerce admin panel for Laravel, built on Filament v5. Installs every commerce module plugin via the CommercePanelPlugin.

Maintainers

Package info

github.com/jeffersongoncalves/filament-commerce-suite

Homepage

Issues

pkg:composer/jeffersongoncalves/filament-commerce

Transparency log

Statistics

Installs: 6

Dependents: 3

Suggesters: 0

Stars: 1

3.3.0 2026-06-30 19:05 UTC

This package is auto-updated.

Last update: 2026-07-01 22:25:59 UTC


README

Filament Commerce

Filament Commerce

Latest Version on Packagist Total Downloads License

Filament Commerce — a Medusa-style commerce admin panel for Laravel, built on Filament v5. Installs every commerce module plugin via the CommercePanelPlugin.

Installation

composer require jeffersongoncalves/filament-commerce

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.