jeffersongoncalves / filament-commerce-auth
Filament v5 admin resources for the Laravel Commerce auth module.
Package info
github.com/jeffersongoncalves/filament-commerce-auth
pkg:composer/jeffersongoncalves/filament-commerce-auth
3.1.0
2026-06-30 13:28 UTC
Requires
- php: ^8.2
- jeffersongoncalves/filament-commerce-core: 3.1.0
- jeffersongoncalves/laravel-commerce-auth: ^1.0
Requires (Dev)
- larastan/larastan: ^3.0
- laravel/pint: ^1.0
- orchestra/testbench: ^10.0|^11.0
- pestphp/pest: ^3.0|^4.0
- pestphp/pest-plugin-laravel: ^3.0|^4.0
README
Auth
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.
