CodeIgniter v4.7 API

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  : mixed = (string) \realpath(\HOMEPATH . 'vendor/autoload...
ENVIRONMENT  : mixed = 'development'
SUPPORTPATH  : mixed = \realpath($paths->testsDirectory . '/_support/'...
VENDORPATH  : mixed = \realpath(\HOMEPATH . 'vendor/') . \DIRECTORY_S...

Constants

COMPOSER_PATH

public mixed COMPOSER_PATH = (string) \realpath(\HOMEPATH . 'vendor/autoload.php')

SUPPORTPATH

public mixed SUPPORTPATH = \realpath($paths->testsDirectory . '/_support/') . \DIRECTORY_SEPARATOR

VENDORPATH

public mixed VENDORPATH = \realpath(\HOMEPATH . 'vendor/') . \DIRECTORY_SEPARATOR
On this page

Search results