Skip to content

Commit

Permalink
add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
carschrotter committed Aug 25, 2017
1 parent 831db24 commit 4cca50b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/book/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
quick start guide

20 changes: 20 additions & 0 deletions doc/book/quick-start-guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
install this over composer
```
composer require "mnhcc/zend3bchelper"
```
and enable the module on your modules.config.php (>v3) or application.config.php
```php
[
///...
MNHcC\Zend3bcHelper::class,
///...
]
```
enable the magic in application.config.php over
```php
[
///...
'service_manager' => MNHcC\Zend3bcHelper\ServiceManager\DefaultServiceConfigProvider::serviceConfig(),
///...
]
```php
1 change: 1 addition & 0 deletions doc/book/warnings.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit 4cca50b

Please sign in to comment.