Cake\Console\ShellDispatcher::_bootstrap PHP Method

_bootstrap() protected method

Initializes the environment and loads the CakePHP core.
protected _bootstrap ( ) : boolean
return boolean Success.
    protected function _bootstrap()
    {
        if (!Configure::read('App.fullBaseUrl')) {
            Configure::write('App.fullBaseUrl', 'http://localhost');
        }
        return true;
    }