Skip to content

⚙️ This library adds some custom form elements and validation for symfony.

License

Notifications You must be signed in to change notification settings

core23/nucleos-form-extensions

 
 

Repository files navigation

Form Extensions

Latest Stable Version Latest Unstable Version License

Total Downloads Monthly Downloads Daily Downloads

Continuous Integration Code Coverage Type Coverage

This library adds some custom form elements and validation for symfony.

Installation

Open a command console, enter your project directory and execute the following command to download the latest stable version of this library:

composer require nucleos/form-extensions

Assets

It is recommended to use webpack / webpack-encore to include the Select2Autocomplete.js file in your page. These file is located in the assets folder.

Symfony usage

If you want to use this library inside symfony, you can use a bridge.

Enable the Bundle

Then, enable the bundle by adding it to the list of registered bundles in config/bundles.php file of your project:

// config/bundles.php

return [
    // ...
    Nucleos\Form\Bridge\Symfony\Bundle\NucleosFormBundle::class => ['all' => true],
];

License

This library is under the MIT license.

About

⚙️ This library adds some custom form elements and validation for symfony.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 94.2%
  • Twig 2.9%
  • JavaScript 2.9%