Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions components/runtime.rst
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,9 @@ You can also configure ``extra.runtime`` in ``composer.json``:
}
}

Then, update your Composer files (running ``composer dump-autoload``, for instance),
so that the ``vendor/autoload_runtime.php`` files gets regenerated with the new option.

The following options are supported by the ``SymfonyRuntime``:

``env`` (default: ``APP_ENV`` environment variable, or ``"dev"``)
Expand Down
2 changes: 1 addition & 1 deletion configuration/override_dir_structure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ define the ``runtime.dotenv_path`` option in the ``composer.json`` file:
}
}

Then, update your Composer files (running ``composer update``, for instance),
Then, update your Composer files (running ``composer dump-autoload``, for instance),
so that the ``vendor/autoload_runtime.php`` files gets regenerated with the new
``.env`` path.

Expand Down