Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 875dd3a

Browse files
committed
Added CHANGELOG for #67
1 parent 46faa6f commit 875dd3a

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,21 @@ All notable changes to this project will be documented in this file, in reverse
66

77
### Added
88

9-
- Nothing.
9+
- [#67](https://github.com/zendframework/zend-view/pull/67) adds a script,
10+
`templatemap_generator.php`, which is available in
11+
`vendor/bin/templatemap_generator.php` once installed. This script replaces
12+
the original present in the zendframework/zendframework package, and
13+
simplifies it for the most common use case. Usage is:
14+
15+
```bash
16+
$ cd module/ModuleName/config
17+
$ ../../../vendor/bin/templatemap_generator.php ../view > template_map.config.php
18+
```
19+
20+
You can also provide a list of files via globbing or usage of `find` after the
21+
initial directory argument; if provided that list of files will be used to
22+
generate the map. (The directory argument is then used to strip the path
23+
information when generating the template name.)
1024

1125
### Deprecated
1226

0 commit comments

Comments
 (0)