Skip to content

Commit

Permalink
Installation instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
petkopara committed Oct 24, 2016
1 parent 7f0c932 commit 17c8e9d
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
# MultiSearchBundle

This bundle provides basic form type and service for multi search with one input in doctrine entity.
This bundle provides basic form type and service for multi search in doctrine.

[![Build Status](https://scrutinizer-ci.com/g/petkopara/PetkoparaMultiSearchBundle/badges/build.png?b=master)](https://scrutinizer-ci.com/g/petkopara/PetkoparaMultiSearchBundle/build-status/master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/petkopara/PetkoparaMultiSearchBundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/petkopara/PetkoparaMultiSearchBundle/?branch=master)
[![Latest Stable](https://img.shields.io/packagist/v/petkopara/multi-search-bundle.svg?maxAge=2592000?style=flat-square)](https://packagist.org/packages/petkopara/multi-search-bundle)
[![Total Downloads](https://img.shields.io/packagist/dt/petkopara/multi-search-bundle.svg?maxAge=2592000?style=flat-square)](https://packagist.org/packages/petkopara/multi-search-bundle)

## Installation


### Using composer

composer require petkopara/multi-search-bundle

Add it to the `AppKernel.php` class:

new Petkopara\MultiSearchBundle\PetkoparaMultiSearchBundle(),


##Usage

### Form
Expand Down

0 comments on commit 17c8e9d

Please sign in to comment.