This is a custom field management package for Laravel that you can use in your projects.
jobmetric/laravel-custom-field is a Laravel package for this is a custom field management package for laravel that you can use in your projects..
It currently has 5 GitHub stars and 205 downloads on Packagist (latest version 2.2.1).
Install it with composer require jobmetric/laravel-custom-field.
Discover more Laravel packages by jobmetric
or browse all Laravel packages to compare alternatives.
Last updated
Build Forms. Beautifully and Consistently.
Laravel Custom Field simplifies form field creation and rendering in Laravel applications. Stop writing HTML manually and start building forms programmatically with confidence. It provides a fluent builder API to define, render, and serialize form fields with consistent HTML output—perfect for building dynamic forms, admin panels, and API-driven form builders. This is where powerful form building meets developer-friendly simplicity—giving you complete control over form fields without the complexity.
Laravel Custom Field provides a clean, chainable API for building form fields. Set attributes, properties, options, and data attributes in a single fluent chain—no more scattered HTML or inconsistent form rendering.
All fields render with consistent HTML structure, making it easy to style and maintain forms across your application. The package handles all the boilerplate, so you focus on your business logic.
Create custom field types by extending the base classes. The package uses a registry system that makes it easy to add new field types and customize existing ones.
Fields can include their own JavaScript and CSS assets. The package automatically collects and provides asset paths, making it easy to include field-specific functionality.
Custom field management is the process of programmatically creating, configuring, and rendering form fields. Traditional approaches often involve:
Laravel Custom Field solves these challenges by providing:
Consider a dynamic form builder where administrators can create forms with different field types. With Laravel Custom Field, you can build fields programmatically, render them consistently, and serialize them for storage or API responses. The power of custom field management lies not only in flexible field creation but also in making it easy to extend, customize, and maintain throughout your application.
By adopting Laravel Custom Field, you will:
Install Laravel Custom Field via Composer:
composer require jobmetric/laravel-custom-field
Ready to transform your Laravel applications? Our comprehensive documentation is your gateway to mastering Laravel Custom Field:
The documentation includes:
Thank you for participating in laravel-custom-field. A contribution guide can be found here.
The laravel-custom-field is open-sourced software licensed under the MIT license. See License File for more information.