Skip to content

Commit

Permalink
Add generate autoload command to install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Aug 18, 2016
1 parent 769429e commit 945e46e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ Edit `composer.json`, and add those lines to both `post-update-cmd` and `post-in
"post-install-cmd": [
...,
"eZ\\Bundle\\EzPublishLegacyBundle\\Composer\\ScriptHandler::installAssets",
"eZ\\Bundle\\EzPublishLegacyBundle\\Composer\\ScriptHandler::installLegacyBundlesExtensions"
"eZ\\Bundle\\EzPublishLegacyBundle\\Composer\\ScriptHandler::installLegacyBundlesExtensions",
"eZ\\Bundle\\EzPublishLegacyBundle\\Composer\\ScriptHandler::generateAutoloads"
],
"post-update-cmd": [
...,
"eZ\\Bundle\\EzPublishLegacyBundle\\Composer\\ScriptHandler::installAssets",
"eZ\\Bundle\\EzPublishLegacyBundle\\Composer\\ScriptHandler::installLegacyBundlesExtensions"
"eZ\\Bundle\\EzPublishLegacyBundle\\Composer\\ScriptHandler::installLegacyBundlesExtensions",
"eZ\\Bundle\\EzPublishLegacyBundle\\Composer\\ScriptHandler::generateAutoloads"
],
}
```
Expand Down

0 comments on commit 945e46e

Please sign in to comment.