File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -248,6 +248,7 @@ V konfiguračních souborech můžete využít tyto statické parametry:
248248- `%tempDir%` je absolutní cesta k adresáři pro dočasné soubory
249249- `%vendorDir%` je absolutní cesta k adresáři, kam Composer instaluje knihovny
250250- `%rootDir%` je absolutní cesta ke kořenovému adresáři projektu
251+ - `%baseUrl%` je absolutní URL ke kořenovému adresáři
251252- `%debugMode%` udává, zda je aplikace v debugovacím režimu
252253- `%consoleMode%` udává, zda request přišel přes příkazovou řádku
253254
Original file line number Diff line number Diff line change @@ -248,6 +248,7 @@ You can use these static parameters in the configuration files:
248248- `%tempDir%` is the absolute path to the directory for temporary files
249249- `%vendorDir%` is the absolute path to the directory where Composer installs libraries
250250- `%rootDir%` is the absolute path to the root directory of the project
251+ - `%baseUrl%` is the absolute URL to the root directory
251252- `%debugMode%` indicates whether the application is in debug mode
252253- `%consoleMode%` indicates whether the request came through the command line
253254
You can’t perform that action at this time.
0 commit comments