Libraries tagged by field class
rafasribeiro/entity-filtered-type-bundle
322 Downloads
This bundle aim to provide classes to build some form entities dependents froms another form fields.
pointybeard/symphony-section-builder
602 Downloads
A set of classes and scripts for automating the creation and updating of sections and their fields.
pointybeard/symphony-extension-asset-management
476 Downloads
Provides classes and interfaces to help manage custom Events, Datasources, Commands, Fields, and Content when enabling, disabling, installing, and uninstalling an Extension.
plakart/contao-css-utilities
2 Downloads
Tailwind-style spacing utility classes assignable to Contao content elements, articles and form fields
piotrpress/wordpress-theme
57 Downloads
This library is WordPress theme singleton base class with methods to get data from theme's header fields.
piotrpress/wordpress-plugin
124 Downloads
This library is WordPress plugin singleton base class with methods to get data from plugin's header fields.
moritz-sauer-13/lumberjack-sort-and-summary
4 Downloads
Uses $summary_fields, $default_sort, and $plural_name for LumberJack when only one class is allowed for children
mgrechanik/yii2-activefield-additional-error
8 Downloads
Adding special span to activefield with bootstrap error class .is-invalid to desired place of field template
malwarebytes/form-metadata-bundle
710 Downloads
Use annotations with the forms builder e.g. @Form\Field("text"). Associates metadata along with the entity class. Useful to make more generic controllers that can deal with dynamic entities (such as CMS scenarios).
kekos/form-refill
38 Downloads
Helper class for refilling post data into the HTML form fields
jasonrsavino/better_links
208 Downloads
Allows you to configure class and target attributes for a link field.
genai/validation
115 Downloads
Attribute-based validation compiled to a reflection-free validator. Put #[NotBlank]/#[Email]/#[Length]/#[Pattern]/#[Matches] on a #[Validate] form class; a build-time processor bakes the rules into Cache\Validation. At runtime, validate a populated form object -> a field=>error map, no reflection. PHP 5.3-safe runtime.
f1ames/pear_image_iptc
321 Downloads
This package provides a mechanism for modifying IPTC header information. The class abstracts the functionality of iptcembed() and iptcparse() in addition to providing methods that properly handle replacing IPTC header fields back into image files.
corleonis/formmetadata
17662 Downloads
Use annotations with the forms builder e.g. @Form\Field("text"). Associates metadata along with the entity class. Useful to make more generic controllers that can deal with dynamic entities (such as CMS scenarios).
bored-programmers/laragrid
98 Downloads
LaraGrid is a powerful and customizable grid system package for Laravel. It provides an easy way to create sortable, filterable tables with pagination. The package is designed to be highly customizable, allowing developers to define columns, apply filters, and sort data with ease.Key Features:- **Column Definition**: LaraGrid allows you to define the columns that will be displayed in the grid. You can specify the model field and the label for each column.- **Filters**: The package provides several filter classes out of the box, including text, select, date, and boolean filters. These filters can be applied to the columns to filter the grid's data based on user input.- **Sorting**: LaraGrid supports sorting of data based on any column. It also provides support for sorting data based on a related model's field using PowerJoins.- **Pagination**: The package integrates with Laravel's pagination system, allowing you to easily paginate the data in the grid.- **Customizable Appearance**: LaraGrid allows you to customize the appearance of the grid by extending the `BaseLaraGridTheme` class and setting the desired CSS classes.- **Livewire Integration**: LaraGrid is built with Livewire, a full-stack framework for Laravel that makes building dynamic interfaces simple, without leaving the comfort of Laravel.The package is currently in development and is not ready for use in production. It requires PHP 8.1 or higher and Laravel 10.0 or higher.