Bolt\Nut\ExtensionsSetup::setupAutoloader PHP Method

setupAutoloader() private method

Set up the Composer autoloader.
private setupAutoloader ( Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface
    private function setupAutoloader(OutputInterface $output)
    {
        $output->write("\n<info>Updating autoloaders… </info>");
        $result = $this->app['extend.action']['autoload']->execute();
        $this->outputResult($output, $result);
    }