Catalog
Catalog is one of the fundamental add-ons upon which other add-ons are built, and you can add your product to it.
Installation
bash
composer require obelaw/catalog
php artisan twist:setup
php artisan twist:migrate
Integrating with Your Resources
You can seamlessly incorporate the Catalog functionality into your existing resources by utilizing the provided Cluster:
Catalog Cluster Integration
php
\Obelaw\Catalog\Filament\Clusters\CatalogCluster::class;
By including this cluster definition within your resource or page configuration, a dedicated "Catalog" tab will be automatically added to the interface, providing a centralized location for managing your product catalog.