This repository was archived by the owner on Feb 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -153,14 +153,14 @@ always relative to the project root dir:
153153 * ` ->templatesDir(string $path = '...') `
154154 * ` ->webDir(string $path = '...') `
155155
156- These options configure the files and dirs which are shared between all
157- releases. The values must be paths relative to the project root dir (which is
158- usually ` kernel.root_dir/../ ` ). Their default values depend on the Symfony
159- version used by your application:
160-
161- * ` ->sharedFiles (array $paths = ['...']) ` (by default, ` app/config/parameters.yml `
162- in Symfony 2 and 3 and nothing in Symfony 4)
163- * ` ->sharedDirs(array $paths = ['...']) ` (by default, the logs/ dir )
156+ This option configures the files and dirs which are shared between all releases.
157+ The values must be paths relative to the project root dir (which is usually
158+ ` kernel.root_dir/../ ` ). Its default value depends on the Symfony version used by
159+ your application:
160+
161+ * ` ->sharedFilesAndDirs (array $paths = ['...']) ` (by default,
162+ ` app/config/parameters.yml ` file in Symfony 2 and 3 and no file in Symfony 4;
163+ and the ` app/logs/ ` dir in Symfony 2 and ` var/ logs/` in Symfony 3 and 4 )
164164
165165These options enable/disable some operations commonly executed after the
166166application is installed:
You can’t perform that action at this time.
0 commit comments