Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit 646bae5

Browse files
authored
Update README.md
1 parent 2fee8f0 commit 646bae5

1 file changed

Lines changed: 25 additions & 1 deletion

File tree

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,25 @@
1-
# DrupalPasswordEncoder
1+
# DrupalPasswordEncoderBundle
2+
3+
## Installation
4+
5+
To install MarkupFieldBundle with Composer just type in your terminal:
6+
7+
```bash
8+
php composer.phar require mdespeuilles/markupfieldbundle
9+
```
10+
11+
Now update your ``AppKernel.php`` file, and
12+
register the new bundle:
13+
14+
```php
15+
<?php
16+
17+
// in AppKernel::registerBundles()
18+
$bundles = array(
19+
// ...
20+
new Mdespeuilles\MarkupFieldBundle\MdespeuillesMarkupFieldBundle(),
21+
// ...
22+
);
23+
```
24+
25+
## Usage

0 commit comments

Comments
 (0)