Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed May 19, 2017
1 parent 37dcf77 commit f6b00f4
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,23 @@ behavior:
- parameters from `params`
- configs are processed last of all

### Debugging

There are several ways to debug config building internals.

- plugin can show detected package dependencies hierarchy - run:

```sh
composer dump-autoload --verbose
```

Can be shortened to `composer du -v`.

- see the list of configs and files that plugin has detected and uses
to build configs: `vendor/hiqdev/composer-config-plugin/output/__files.php`.

- see the assembled configs in
`vendor/hiqdev/composer-config-plugin-output` directory.

## Known issues

Expand Down
16 changes: 16 additions & 0 deletions docs/readme/Usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,23 @@ behavior:
- parameters from `params`
- configs are processed last of all

### Debugging

There are several ways to debug config building internals.

- plugin can show detected package dependencies hierarchy - run:

```sh
composer dump-autoload --verbose
```

Can be shortened to `composer du -v`.

- see the list of configs and files that plugin has detected and uses
to build configs: `vendor/hiqdev/composer-config-plugin/output/__files.php`.

- see the assembled configs in
`vendor/hiqdev/composer-config-plugin-output` directory.

## Known issues

Expand Down

0 comments on commit f6b00f4

Please sign in to comment.