Bolt\Exception\BootException::getHintsComposer PHP 메소드

getHintsComposer() 보호된 정적인 메소드

Footer hints for missing autoload.php exceptions.
protected static getHintsComposer ( ) : string
리턴 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;
    }