PHP Class Bolt\Configuration\Validation\Apache

Author: Gawain Lynch ([email protected])
Inheritance: implements Bolt\Configuration\Validation\ValidationInterface, implements Bolt\Configuration\Validation\ResourceManagerAwareInterface
Show file Open project: bolt/bolt

Public Methods

Method Description
check ( Bolt\Controller\ExceptionControllerInterface $exceptionController ) This check looks for the presence of the .htaccess file inside the web directory.
isTerminal ( )
setResourceManager ( ResourceManager $resourceManager )

Method Details

check() public method

It is here only as a convenience check for users that install the basic version of Bolt. If you see this error and want to disable it, call $config->getVerifier()->disableApacheChecks(); inside your bootstrap.php file, just before the call to $config->verify(). {@inheritdoc}
public check ( Bolt\Controller\ExceptionControllerInterface $exceptionController )
$exceptionController Bolt\Controller\ExceptionControllerInterface

isTerminal() public method

public isTerminal ( )

setResourceManager() public method

public setResourceManager ( ResourceManager $resourceManager )
$resourceManager Bolt\Configuration\ResourceManager