Skip to content

Commit

Permalink
CRAFT_COMPOSER_PATH example
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Aug 13, 2018
1 parent d38081c commit a19ca21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/config/php-constants.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ define('CRAFT_BASE_PATH', dirname(__DIR__, 2));

The path to the [composer.json](../directory-structure.md#composer-json) file. (It is assumed to live within the base directory by default.)

```php
define('CRAFT_COMPOSER_PATH', 'path/to/composer.json');
```

### `CRAFT_CONFIG_PATH`

The path to the [config/](../directory-structure.md#config) folder. (It is assumed to live within the base directory by default.)
Expand Down

0 comments on commit a19ca21

Please sign in to comment.