Skip to content

Commit

Permalink
Added more composer info
Browse files Browse the repository at this point in the history
  • Loading branch information
smxsm committed Apr 21, 2016
1 parent b7524ca commit bddd3da
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Expand Up @@ -95,6 +95,24 @@ foreach ($aPackages as $package => $version) {
}
````

So, you can even get fancy and combine Composer and ioly for some kind of auto-deployment, e.g. in Composer, load the ioly core and then call a PHP script at the end:

```php
"scripts": {
"post-autoload-dump": [
"php ./install_with_ioly.php"
]
},
````

which then installs and activates your OXID modules :) If you run into timeouts with your script, try to add this to your "composer.json" file, too:

```php
"config": {
"process-timeout": 5000
},
````

### Contributing

1. write a recipe
Expand Down

0 comments on commit bddd3da

Please sign in to comment.