init_script.php
BasePath of repository (one level higher than the scripts/ directory)
Table of Contents
- BASE_PATH = \dirname(\dirname(__FILE__)) . '/'
- BasePath of repository (one level higher than the scripts/ directory)
- COMPOSER_PATH = 'Entwicklung VeruA/'
- Relative Composer path for online composer.lock we suppose that vendor is under this path
- VERUA_PATH = \BASE_PATH . 'Entwicklung VeruA/'
- BasePath of VeruA; this will work only locally, that's fine for this script but a nogo for others .
Constants
BASE_PATH
BasePath of repository (one level higher than the scripts/ directory)
public
mixed
BASE_PATH
= \dirname(\dirname(__FILE__)) . '/'
COMPOSER_PATH
Relative Composer path for online composer.lock we suppose that vendor is under this path
public
mixed
COMPOSER_PATH
= 'Entwicklung VeruA/'
VERUA_PATH
BasePath of VeruA; this will work only locally, that's fine for this script but a nogo for others .
public
mixed
VERUA_PATH
= \BASE_PATH . 'Entwicklung VeruA/'
..