PHPackages                             appyhay/datalist - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. appyhay/datalist

ActiveCraft-plugin

appyhay/datalist
================

Datalist entry field.

1.0.0(3y ago)0138MITPHPPHP ^8.0.2

Since Nov 3Pushed 3y ago1 watchersCompare

[ Source](https://github.com/appyhay/datalist)[ Packagist](https://packagist.org/packages/appyhay/datalist)[ RSS](/packages/appyhay-datalist/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Datalist plugin for Craft CMS 4.x
=================================

[](#datalist-plugin-for-craft-cms-4x)

Datalist entry field.

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 4 or later.

Installation
------------

[](#installation)

To install the plugin, you can use any of the following methods.

### Plugin Store

[](#plugin-store)

The easiest method is to install the plugin through the Plugin Store. Search for Datalist an install just like any other plugin.

### From Packagist

[](#from-packagist)

This plugin has been published to Packagist. You can install the plugin as you would any other PHP package using Composer.

1. In a terminal, change into the directory which contains your Craft app files.
2. Enter the following commnd.

`composer require appyhay/datalist`

3. Go to the plugins section of your control panel and enable Datalist.

### Manual install

[](#manual-install)

1. Create a plugins directory and place it anywhere you like. This example will assume the folder is created at the same level as the Craft installation. Place the datalist directory inside the plugins directory.
2. Update your project's composer.json file as the example shows.

```
"require": {
   "php": ">=7.0.0",
   ....
   "appyhay/datalist": "^1.0",
   "secondred/form-builder": "^1.0" (
