PHPackages                             netliva/symfony-form - 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. [Templating &amp; Views](/categories/templating)
4. /
5. netliva/symfony-form

ActiveSymfony-bundle[Templating &amp; Views](/categories/templating)

netliva/symfony-form
====================

Netliva Symfony Form Bundle

v1.2.5(6mo ago)0931MITPHPPHP ^7.2 || ^8.0

Since Oct 5Pushed 6mo ago2 watchersCompare

[ Source](https://github.com/netliva/symfony-form)[ Packagist](https://packagist.org/packages/netliva/symfony-form)[ RSS](/packages/netliva-symfony-form/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (1)Versions (49)Used By (0)

Netliva Symfony Form Bundle
===========================

[](#netliva-symfony-form-bundle)

Symfony için kullanılabilecek form tipleri

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

[](#installation)

Applications that use Symfony Flex
----------------------------------

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
$ composer require netliva/symfony-form
```

Applications that don't use Symfony Flex
----------------------------------------

[](#applications-that-dont-use-symfony-flex)

### Step 1: Download the Bundle

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

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

```
$ composer require netliva/symfony-form
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

### Step 2: Enable the Bundle

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

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

*NetlivaFileTypeBundle has been installed as a dependency of NetlivaMediaLibBundle. If you have not installed **NetlivaFileTypeBundle** before, you must enable it because of the dependency.*

```
