charlespage

Packages

Simple text input field for use in custom modules. The most basic field that is required to be installed in the CMS.

FieldTextarea is a basic implementation of a textarea field without any rich content options to provide long-form content.

Dropdown select field functionality with easy setup to provide options user may choose from.

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...

Powerful feature to either choose a single image, such as box art for a video game or from multiple images - such as scree...

Relation field for many-to-many associations. Multiselect options are automatically populated and no configuration is need...

Field with populated list of countries worldwide. Included CLI command may be ran to update the list of countries from an ...

Simple toggle/boolean field. The chosen name of the field is shown alongside the UI toggle and stores either true or false...

Relation field that uses an inverse BelongsTo relationship on the chosen module to be associated with.

To create any relation fields, this package must be included. On it's own, no configuration is available since other relat...

Rich text editor using Quill.js to provide an out of the box solution for users to create HTML content without security ri...

HasOne laravel relation field with no configuration needed beyond choosing the module to associate the relation with.

Simple password field input for use in custom modules. Default validation included requiring a value on create, but not ed...

If you would like your `FieldPassword` field to be confirmed, install this package. The only configuration is choosing whi...

Radio field options entered during configuration - user may only choose one option in the radio group.

Gravatar can be used to provide quick and easy avatars for your website content. Simply choose the email field that will b...

Enter in the options users may choose from and a simple multiselect field will be displayed in the admin.

Using the built-in list of timezones from PHP, users may choose from a pre-populated timezone list for use in custom modules.

Similar to `FieldImage`, this package does not require images to be chosen but still can be customized for use with one fi...

Email field which validates input is an email address and shows a link shortcut in the admin area.

Currency field with various currency options and auto-formatting of input field within admin.

Autocomplete location lookup by address or city for use in admin area and public views.

Group of toggle fields with key and labels attached to each.