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

Commit f9ee4bc

Browse files
committed
Merge branch 'hotfix/233'
Close #233
2 parents 7d5baa8 + fb17f2c commit f9ee4bc

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ Fifth release candidate.
88

99
### Added
1010

11-
- Nothing.
11+
- [#233](https://github.com/zendframework/zend-expressive/pull/233) adds a
12+
documentation page detailing projects using and tutorials written on
13+
Expressive.
1214

1315
### Deprecated
1416

doc/book/expressive-projects.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Projects powered by zend-expressive
2+
3+
zend-expressive can be used for anything. Here are some projects, tutorials and
4+
the related source code. Have a look around and see how others have used
5+
zend-expressive.
6+
7+
## Sample Code & Tutorials
8+
- Expressive Tutorial (WIP) - [*source*](https://github.com/RalfEggert/zend-expressive-tutorial)
9+
- [AstroSplash](http://astrosplash.com/) - [*source*](https://github.com/AndrewCarterUK/AstroSplash)
10+
(Also, read the [related article on sitepoint](http://www.sitepoint.com/build-nasa-photo-gallery-zend-expressive/))
11+
- [php-ddd-cargo-sample](https://codeliner.github.io/php-ddd-cargo-sample/) - [*source*](https://github.com/codeliner/php-ddd-cargo-sample)
12+
13+
## Personal Sites
14+
- [mwop.net](https://mwop.net/) - [*source*](https://github.com/weierophinney/mwop.net)
15+
- [xtreamwayz.com](https://xtreamwayz.com/) - [*source*](https://github.com/xtreamwayz/xtreamwayz.com)
16+
- [alejandrocelaya.com](http://www.alejandrocelaya.com/) - [*source*](https://github.com/acelaya/website-expressive)

doc/bookdown.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"book/helpers/bookdown.json",
1414
{"Emitters": "book/emitters.md"},
1515
{"Examples": "book/usage-examples.md"},
16-
"book/cookbook/bookdown.json"
16+
"book/cookbook/bookdown.json",
17+
{"Expressive Projects": "book/expressive-projects.md"}
1718
],
1819
"target": "./html"
1920
}

0 commit comments

Comments
 (0)