Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Custom Fields Laravel Package

relaticle/custom-fields

Laravel/Filament plugin to add dynamic custom fields to any Eloquent model without migrations. Includes 20+ field types, conditional visibility, tenant isolation, admin UI integration (forms/tables/infolists), CSV import/export, optional encryption, and extensible field types.

View on GitHub
Deep Wiki
Context7

title: Installation description: Get started with Custom Fields in just a few steps navigation: icon: i-lucide-download

Get started with Custom Fields in just a few steps.

Requirements

  • PHP: 8.3 or higher
  • Laravel: 12 or higher
  • Filament: 5.x
  • Tailwind CSS: 4.0 or higher

Installation

1. Purchase a License

View pricing plans and choose the one that fits your project.

2. Add Private Repository

Add our private Composer repository to your composer.json:

{
    "repositories": [
        {
            "type": "composer",
            "url": "https://satis.relaticle.com"
        }
    ]
}

3. Install Package

composer require relaticle/custom-fields:^3.0

When prompted for authentication:

  • Username: Your email (used for purchase)
  • Password: Your license key

Your license key will be saved in Composer's auth file for future updates.

4. Run Installer

php artisan custom-fields:install

Include CSS Assets

You need a custom Filament theme to include the Custom Fields styles. If you haven't set up a custom theme for Filament, follow the Filament Docs first.

Once you have a custom Filament theme set up, add the plugin's views to your theme CSS file:

resources/css/filament/admin/theme.css

[@source](https://github.com/source) '../../../../vendor/relaticle/custom-fields/resources';

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"
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
daikazu/eloquent-salesforce-objects
unseen-codes/chat
romalytar/yammi-jobs-monitoring-laravel
kisame76/filament-db-table-state
nqxcode/laravel-lucene-search
dpfx/laravel-livewire-wizards
workos/workos-php-laravel
sofa/laravel-global-scope
nawasara/auth-primitives
adhocrat-io/arkhe-main
make-dev/orca-harpoon
itsemon245/lamet
baks-dev/dashboard
amoifr/pickle-panther-bundle
make-dev/orca
dmstr/symfony-system-resources-bundle
dmstr/symfony-job-queue-bundle
dmstr/openapi-json-schema-bundle
dmstr/keycloak-security-bundle
dmstr/doctrine-audit-log-bundle