Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Ben87 committed May 14, 2018
1 parent f31e918 commit 6500ff8
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/bjd-php/parsley-bundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/bjd-php/parsley-bundle/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/bjd-php/parsley-bundle/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/bjd-php/parsley-bundle/?branch=master)

Convert Symfony constraints into data-attributes for client-side validation with Parsley.
Convert Symfony constraints into data-attributes for client-side validation with [Parsley](http://parsleyjs.org/).

## Installation

Expand All @@ -14,12 +14,7 @@ Install the bundle with composer:
composer require j-ben87/parsley-bundle
```

Enable the `serializer` component in your `config/packages/framework.yaml`:

```
framework:
serializer: { enable_annotations: true }
```
Install Parsley library: http://parsleyjs.org/doc/index.html#installation

## Configuration

Expand Down

0 comments on commit 6500ff8

Please sign in to comment.