Skip to main content
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:
  • Commercial License
  • Open Source (AGPL-3.0)

For commercial/private projects

1

Purchase a license

2

Add the private repository

Add our private Composer repository to your composer.json:
{
    "repositories": [
        {
            "type": "composer",
            "url": "https://satis.relaticle.com"
        }
    ]
}
3

Install the package

composer require relaticle/custom-fields
When prompted for authentication:
  • Username: Your email (used for purchase)
  • Password: Your license key
4

Run the installer

php artisan custom-fields:install
Your license key will be saved in Composer’s auth file for future updates.

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"