2017 © Pedro Peláez
 

symfony-bundle dependent-forms-bundle

Symfony DependendFormsBundle

image

anacona16/dependent-forms-bundle

Symfony DependendFormsBundle

  • Thursday, October 19, 2017
  • by anacona16
  • Repository
  • 1 Watchers
  • 2 Stars
  • 504 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 6 Versions
  • 6 % Grown

The README.md

DependentFormsBundle

DependentFormsBundle provides dependent form type., (*1)

Important

This bundle is based on: ShtumiUsefulBundle updated for use it with Symfony >= 3.4, 4.0 and 5.0 based on Flex., (*2)

Only Dependent Forms included, no Ajax Autocomplete, no DateRange form type, no DQL custom functions., (*3)

If you are looking for a previous Symfony version see the branch symfony-33., (*4)

Installation

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:, (*5)

$ composer require anacona16/dependent-forms-bundle

This command requires you to have Composer installed globally, as explained in the Composer documentation., (*6)

Verify DependentFormsBundle was added to you kernel

// config/bundles.php
return [
    // ...
    Anacona16\Bundle\DependentFormsBundle\DependentFormsBundle::class => ['all' => true],
    // ...
];

Import routes

# config/routes/dependent_forms.yaml
anacona16_dependent_forms:
    resource: '@DependentFormsBundle/Resources/config/routing.xml'

Update your configuration

Add form theming to twig

# config/packages/twig.yaml
twig:
    ...
    form_themes:
        - '@DependentForms/Form/fields.html.twig'

Prepare the Web Assets of the Bundle

php bin/console assets:install --symlink

Load jQuery to your views

<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>

Documentation

Read documentation, (*7)

The Versions

19/10 2017

dev-master

9999999-dev

Symfony DependendFormsBundle

  Sources   Download

MIT

The Requires

 

by Ramiro Anacona Meneses

forms dependent form type

19/10 2017

v1.4

1.4.0.0

Symfony DependendFormsBundle

  Sources   Download

MIT

The Requires

 

by Ramiro Anacona Meneses

forms dependent form type

04/08 2017

v1.3

1.3.0.0

Symfony DependendFormsBundle

  Sources   Download

MIT

The Requires

 

by Ramiro Anacona Meneses

forms dependent form type

27/07 2017

v1.2

1.2.0.0

Symfony DependendFormsBundle

  Sources   Download

MIT

The Requires

 

by Ramiro Anacona Meneses

forms dependent form type

27/07 2017

v1.1

1.1.0.0

Symfony DependendFormsBundle

  Sources   Download

MIT

The Requires

 

by Ramiro Anacona Meneses

forms dependent form type

20/07 2016

1.0

1.0.0.0

Symfony DependendFormsBundle

  Sources   Download

MIT

The Requires

 

by Ramiro Anacona Meneses

forms dependent form type