jeffersongoncalves/filament-commerce-core

Shared Filament v5 infrastructure for the Laravel Commerce admin — base plugin config and test harness.

Maintainers

Package info

github.com/jeffersongoncalves/filament-commerce-core

Homepage

Issues

pkg:composer/jeffersongoncalves/filament-commerce-core

Statistics

Installs: 0

Dependents: 22

Suggesters: 0

Stars: 1

3.1.0 2026-06-30 13:28 UTC

This package is auto-updated.

Last update: 2026-06-30 13:35:25 UTC


README

Commerce UI Core

Commerce UI Core

Latest Version on Packagist Total Downloads License

Shared Filament v5 infrastructure for the Laravel Commerce admin — base plugin config and test harness.

Installation

composer require jeffersongoncalves/filament-commerce-core

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.