Skip to content

Commit

Permalink
Documented --extend
Browse files Browse the repository at this point in the history
  • Loading branch information
nsrosenqvist committed Mar 15, 2017
1 parent 7313e37 commit 5ccdc5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -23,6 +23,7 @@ Option | Details
`--output-dir=OUTPUT-DIR` | Output path relative from current working directory or absolute
`--base-dir=BASE-DIR` | Base directory to look for template files from. If not set, template's containing dir is assumed (multiple values allowed)
`--output-ext=OUTPUT-EXT` | When an output dir is specified you can also set what file extension the compiled template should be created with [default: "txt"]
`--extend=EXTEND` | This option accepts a path to a PHP file with user code to extend the compiler by using $compiler->extend()
`--dynamic-base` | Automatically add the parent directories of all templates as base directories. This requires a new Blade compiler instance for each template file which adds overhead but simplifies processing multiple templates at once and have each be a self-contained template hierarchy tree. This is not compatible with templates supplied as native Blade references
`-h, --help` | Display this help message
`-q, --quiet` | Do not output any message
Expand Down

0 comments on commit 5ccdc5d

Please sign in to comment.