Documentation

init_script.php

BasePath of repository (one level higher than the scripts/ directory)

Table of Contents

Constants

BASE_PATH  = \dirname(\dirname(__FILE__)) . '/'
BasePath of repository (one level higher than the scripts/ directory)
COMPOSER_PATH  = 'public/'
Relative Composer path for online composer.lock we suppose that vendor is under this path
VERUA_PATH  = \BASE_PATH . 'public/'
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 = 'public/'

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 . 'public/'

..


        
On this page

Search results