This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 196
Add cookbook about modular applications #239
Merged
weierophinney
merged 3 commits into
zendframework:master
from
mtymek:modular_expressive_cookbook
Dec 22, 2015
Merged
Add cookbook about modular applications #239
weierophinney
merged 3 commits into
zendframework:master
from
mtymek:modular_expressive_cookbook
Dec 22, 2015
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added this cookbook just in case somebody wanted to work on modular applications just now :) |
mtymek
force-pushed
the
modular_expressive_cookbook
branch
from
December 21, 2015 22:07
5d0ce3e
to
9887f81
Compare
I don't understand why Travis fails :( |
mtymek
force-pushed
the
modular_expressive_cookbook
branch
2 times, most recently
from
December 21, 2015 23:22
185d5c3
to
bc62449
Compare
mtymek
force-pushed
the
modular_expressive_cookbook
branch
from
December 21, 2015 23:34
bc62449
to
c293cb6
Compare
Ha! Figured it out :) |
```php | ||
$configManager = new ConfigManager( | ||
[ | ||
App\AppConfig::class, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it will be more clear with add more config classes to show that it allow multiple modules:
[
App\AppConfig::class,
Album\AlbumConfig::class,
// ...
new PhpFileProvider('config/autoload/{{,*.}global,{,*.}local}.php'),
]
@mtymek — I can manage the conflicts when I merge. Do you mind if I do edits for grammar and flow? |
Another recipe for the cookbook! 👍 Thanks! |
Sure, please do @weierophinney! I'm not a native english speaker, so writing docs is always though :) |
weierophinney
added a commit
that referenced
this pull request
Dec 22, 2015
Add cookbook about modular applications
weierophinney
added a commit
that referenced
this pull request
Dec 22, 2015
weierophinney
added a commit
that referenced
this pull request
Dec 22, 2015
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.