Constants
The application boot loader in /bootstrap/app.php
defines global constants.
APP_BASE_PATH
<?php
defined('APP_BASE_PATH') or define('APP_BASE_PATH', __DIR__);
The application boot loader in /bootstrap/app.php
defines global constants.
<?php
defined('APP_BASE_PATH') or define('APP_BASE_PATH', __DIR__);