Skip to content

Commit

Permalink
Update quick-start-guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
carschrotter committed Aug 25, 2017
1 parent b6ed352 commit 170a4f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/quick-start-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ composer require "mnhcc/zend3bchelper"
```
and enable the module on your modules.config.php (>v3) or application.config.php
```php
<?php
[
///...
MNHcC\Zend3bcHelper::class,
Expand All @@ -12,6 +13,7 @@ MNHcC\Zend3bcHelper::class,
```
enable the magic in application.config.php over
```php
<?php
[
///...
'service_manager' => MNHcC\Zend3bcHelper\ServiceManager\DefaultServiceConfigProvider::serviceConfig(),
Expand Down

0 comments on commit 170a4f0

Please sign in to comment.