PHPackages                             localinks/dependentautocompletebundle - 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. [Admin Panels](/categories/admin)
4. /
5. localinks/dependentautocompletebundle

ActiveSymfony-bundle[Admin Panels](/categories/admin)

localinks/dependentautocompletebundle
=====================================

Extends Sonata Autocomplete Form Type and filters results using other form fields values

2.0(7y ago)01522PHPPHP &gt;=5.3.3

Since Oct 25Pushed 7y agoCompare

[ Source](https://github.com/localinks/LocalinksDependentAutoCompleteBundle)[ Packagist](https://packagist.org/packages/localinks/dependentautocompletebundle)[ Docs](https://github.com/localinks/LocalinksDependentAutoCompleteBundle)[ RSS](/packages/localinks-dependentautocompletebundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

LocalinksDependentAutoCompleteBundle
====================================

[](#localinksdependentautocompletebundle)

What for ?
==========

[](#what-for-)

LocalinksDependentAutoCompleteBundle allows, in a Sonata Admin form, to filter the results of a "sonata\_type\_model\_autocomplete" field using the value of one (or more) other field present in the same form.

Installation
============

[](#installation)

### Step 1: Download the DependentAutoCompleteBundle

[](#step-1-download-the-dependentautocompletebundle)

***Using Composer***

Add the following to the "require" section of your `composer.json` file:

```
    "localinks/dependentautocompletebundle": "dev-master"

```

And update your dependencies

```
    php composer.phar update

```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Registers the bundle in your `app/AppKernel.php`:

```
