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:

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"