util_bootstrap.php
This file is part of CodeIgniter 4 framework.
(c) CodeIgniter Foundation admin@codeigniter.com
For the full copyright and license information, please view the LICENSE file that was distributed with this source code.
Table of Contents
Constants
- COMPOSER_PATH = (string) \realpath(\HOMEPATH . 'vendor/autoload.php')
- ENVIRONMENT = 'development'
- SUPPORTPATH = \realpath($paths->testsDirectory . '/_support/') . \DIRECTORY_SEPARATOR
- VENDORPATH = \realpath(\HOMEPATH . 'vendor/') . \DIRECTORY_SEPARATOR
Constants
COMPOSER_PATH
public
mixed
COMPOSER_PATH
= (string) \realpath(\HOMEPATH . 'vendor/autoload.php')
ENVIRONMENT
public
mixed
ENVIRONMENT
= 'development'
SUPPORTPATH
public
mixed
SUPPORTPATH
= \realpath($paths->testsDirectory . '/_support/') . \DIRECTORY_SEPARATOR
VENDORPATH
public
mixed
VENDORPATH
= \realpath(\HOMEPATH . 'vendor/') . \DIRECTORY_SEPARATOR