aiarmada / filament-affiliate-network
Filament admin plugin for managing AIArmada affiliate network marketplace.
Package info
github.com/AIArmada/filament-affiliate-network
pkg:composer/aiarmada/filament-affiliate-network
v1.0.0
2026-03-18 16:30 UTC
Requires
- aiarmada/affiliate-network: v1.0.0
- aiarmada/filament-affiliates: v1.0.0
- filament/filament: ^5.0
README
Filament admin plugin for managing AIArmada affiliate network marketplace.
Overview
This package provides Filament resources and pages for managing a multi-merchant affiliate network.
Installation
composer require aiarmada/filament-affiliate-network
Configuration
Register the plugin in your Filament panel:
use AIArmada\FilamentAffiliateNetwork\FilamentAffiliateNetworkPlugin; public function panel(Panel $panel): Panel { return $panel ->plugins([ FilamentAffiliateNetworkPlugin::make(), ]); }
Features
Admin Resources
- Sites - Manage merchant domains and verification
- Offers - Create and manage affiliate offers
- Categories - Organize offers into categories
- Applications - Review affiliate applications
Merchant Portal
- Dashboard with site/offer performance
- Offer management
- Creative asset uploads
- Affiliate approval workflow
Affiliate Marketplace
- Browse available offers
- Apply for offers
- Generate deep tracking links
- View performance statistics