jeffersongoncalves/filament-commerce-auth

Filament v5 admin resources for the Laravel Commerce auth module.

Maintainers

Package info

github.com/jeffersongoncalves/filament-commerce-auth

Homepage

Issues

pkg:composer/jeffersongoncalves/filament-commerce-auth

Statistics

Installs: 0

Dependents: 1

Suggesters: 0

Stars: 1

3.1.0 2026-06-30 13:28 UTC

This package is auto-updated.

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


README

Auth

Auth

Latest Version on Packagist Total Downloads License

Filament v5 admin resources for the Laravel Commerce auth module.

Installation

composer require jeffersongoncalves/filament-commerce-auth

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.