Bolt\Exception\BootException::getHintsComposer PHP Method

getHintsComposer() protected static method

Footer hints for missing autoload.php exceptions.
protected static getHintsComposer ( ) : string
return string
    protected static function getHintsComposer()
    {
        return <<<EOM
For more details: 
<ul>
    <li>
        <a href="https://getcomposer.org/doc/00-intro.md">Getting Composer</a>
    </li>
    <li>
        <a href="https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies">Installing dependencies with Composer</a>
    </li>
</ul>
EOM;
    }