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:
248
248
- `%tempDir%` je absolutní cesta k adresáři pro dočasné soubory
249
249
- `%vendorDir%` je absolutní cesta k adresáři, kam Composer instaluje knihovny
250
250
- `%rootDir%` je absolutní cesta ke kořenovému adresáři projektu
251
+ - `%baseUrl%` je absolutní URL ke kořenovému adresáři
251
252
- `%debugMode%` udává, zda je aplikace v debugovacím režimu
252
253
- `%consoleMode%` udává, zda request přišel přes příkazovou řádku
253
254
Original file line number Diff line number Diff line change @@ -248,6 +248,7 @@ You can use these static parameters in the configuration files:
248
248
- `%tempDir%` is the absolute path to the directory for temporary files
249
249
- `%vendorDir%` is the absolute path to the directory where Composer installs libraries
250
250
- `%rootDir%` is the absolute path to the root directory of the project
251
+ - `%baseUrl%` is the absolute URL to the root directory
251
252
- `%debugMode%` indicates whether the application is in debug mode
252
253
- `%consoleMode%` indicates whether the request came through the command line
253
254
You can’t perform that action at this time.
0 commit comments