Group of toggle fields with key and labels attached to each.
Autocomplete location lookup by address or city for use in admin area and public views.
Currency field with various currency options and auto-formatting of input field within admin.
Email field which validates input is an email address and shows a link shortcut in the admin area.
Similar to `FieldImage`, this package does not require images to be chosen but still can be customized for use with one fi...
Using the built-in list of timezones from PHP, users may choose from a pre-populated timezone list for use in custom modules.
Enter in the options users may choose from and a simple multiselect field will be displayed in the admin.
Gravatar can be used to provide quick and easy avatars for your website content. Simply choose the email field that will b...
Radio field options entered during configuration - user may only choose one option in the radio group.
If you would like your `FieldPassword` field to be confirmed, install this package. The only configuration is choosing whi...
Simple password field input for use in custom modules. Default validation included requiring a value on create, but not ed...
HasOne laravel relation field with no configuration needed beyond choosing the module to associate the relation with.
Rich text editor using Quill.js to provide an out of the box solution for users to create HTML content without security ri...
To create any relation fields, this package must be included. On it's own, no configuration is available since other relat...
Relation field that uses an inverse BelongsTo relationship on the chosen module to be associated with.
Simple toggle/boolean field. The chosen name of the field is shown alongside the UI toggle and stores either true or false...
Field with populated list of countries worldwide. Included CLI command may be ran to update the list of countries from an ...
Relation field for many-to-many associations. Multiselect options are automatically populated and no configuration is need...
Powerful feature to either choose a single image, such as box art for a video game or from multiple images - such as scree...
Number field allows users to quickly enter in a number for a module. Options include a max and min value, as well as a ste...
Dropdown select field functionality with easy setup to provide options user may choose from.
FieldTextarea is a basic implementation of a textarea field without any rich content options to provide long-form content.
Simple text input field for use in custom modules. The most basic field that is required to be installed in the CMS.