Skip to content

Commit 6ea1acc

Browse files
committed
update docs
1 parent c56f416 commit 6ea1acc

3 files changed

Lines changed: 11 additions & 13 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ CCDNUser AdminBundle README.
55

66
## Notes:
77

8-
This bundle is for the symfony framework and requires Symfony >= 2.1.x and PHP >= 5.3.2
8+
This bundle is for the symfony framework and requires Symfony ~2.4 and PHP >= 5.3.2
99

1010
This project uses Doctrine >= 2.1.x and so does not require any specific database.
11-
1211

1312
© CCDN © [CodeConsortium](http://www.codeconsortium.com/)
1413

@@ -28,7 +27,7 @@ For the full copyright and license information, please view the [LICENSE](http:/
2827

2928
## Description:
3029

31-
This is a Admin Bundle for user management for Symfony (2.1.x).
30+
This is a Admin Bundle for user management for Symfony.
3231

3332
You still need to use a user bundle of your choosing, this bundle does not provide user registration/logging capabilities etc, this bundle is decoupled from user bundle specifics.
3433

Resources/doc/index.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
CCDNUser AdminBundle Documentation.
22
===================================
33

4-
## Prerequisites
5-
6-
This version of the bundle requires Symfony 2.1.x
7-
84
### Translations
95

106
If you wish to use default texts provided in this bundle, you have to make sure you have translator enabled in your config.
@@ -20,5 +16,5 @@ For more information about translations, check [Symfony documentation](http://sy
2016
2117
## Installation Documentation:
2218
23-
- [Installing CCDNUser AdminBundle for Symfony 2.1.x](install.md).
19+
- [Installing CCDNUser AdminBundle for Symfony](install.md).
2420
- [Configuration Reference](configuration_reference.md).

Resources/doc/install.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Installing CCDNUser AdminBundle 2.x
2-
===================================
1+
Installing CCDNUser AdminBundle.
2+
================================
33

44
## Dependencies:
55

@@ -50,12 +50,15 @@ register the new bundle:
5050
public function registerBundles()
5151
{
5252
$bundles = array(
53-
new CCDNUser\AdminBundle\CCDNUserAdminBundle(),
54-
...
55-
);
53+
new Knp\Bundle\PaginatorBundle\KnpPaginatorBundle(),
54+
new CCDNUser\AdminBundle\CCDNUserAdminBundle(),
55+
// ...
56+
);
5657
}
5758
```
5859

60+
Notice this include KNP Paginator, which is an important dependency.
61+
5962
### Step 3: Update your app/config/routing.yml.
6063

6164
In your app/config/routing.yml add:

0 commit comments

Comments
 (0)