jeffersongoncalves / filament-commerce-stock-location
Filament v5 admin resources for the Laravel Commerce stock-location module.
Package info
github.com/jeffersongoncalves/filament-commerce-stock-location
pkg:composer/jeffersongoncalves/filament-commerce-stock-location
3.1.0
2026-06-30 13:28 UTC
Requires
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
Stock Location
Filament v5 admin resources for the Laravel Commerce stock-location module.
Installation
composer require jeffersongoncalves/filament-commerce-stock-location
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.
