Get started with Custom Fields in just a few steps.

Requirements

  • PHP: 8.2 or higher
  • Laravel: 10.0 or higher
  • Filament: 3.0 or higher

Installation

Choose your installation method based on your license type:

Open Source Launch Celebration For a limited time, get 30% off any commercial license tier with code LAUNCH30 Expires: July 31, 2025 🚀

For open source projects

Install directly from Packagist:

composer require relaticle/custom-fields

Then run the installer:

php artisan custom-fields:install

Important: By using this method, your entire application must be open source under AGPL-3.0. This includes SaaS applications.

Optional Configuration

Publish Configuration File

php artisan vendor:publish --tag="custom-fields-config"

Publish Language Files

php artisan vendor:publish --tag="custom-fields-translations"

Publish Views (for customization)

php artisan vendor:publish --tag="custom-fields-views"