Download the PHP package insitaction/easyadmin-fields-bundle without Composer

On this page you can find all versions of the php package insitaction/easyadmin-fields-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package easyadmin-fields-bundle

EasyAdminFieldsBundle

Installation

Run the following command to install EasyAdminFields in your application:

Use the bundle assets

Without the helper method

Fields

Mask field

The mask field allows you to show or hide other fields depending on one field's value

Usage

Configuration

The map configuration works like this:

With this map configuration :

The author field is shown only when true is the input value, otherwise, the author field is masked

With this map configuration :

The field1 field is shown when either A or B is the input value, the field2 field is shown when either B or C is the input value

Dependent field

The dependent field can wrap ChoiceField or AssociationField to make their available options dynamic If any of the field dependencies is updated, a request is emitted to retrieve new options for the dependent field

Usage

Configuration

Dependencies

The dependencies array is an array of string corresponding to other fields name

With this dependencies configuration, the callback will be called everytime the gender field is updated

Callback Url

The callback_url must be an url that accepts a GET request which returns data of this format:

The following query parameters will be sent with the request (this corresponds to the dependencies array and the corresponding field value)

Fetch on init

The fetch_on_init parameter defines wheter or not the callback should be executed immediatly after the field is mounted


All versions of easyadmin-fields-bundle with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0
symfony/framework-bundle Version ^v6.1|^7.0
easycorp/easyadmin-bundle Version ^4
symfony/webpack-encore-bundle Version ^1.15|^2
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package insitaction/easyadmin-fields-bundle contains the following files

Loading the files please wait ....