Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 861 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 861 Bytes

CICBase

Please note: if you want the S3 upload functionality that accompanies Cicbase's FileRepository, please be sure to add composer require aws/aws-sdk-php in your TYPO3 project, and add the following to typo3conf/AdditionalConfiguration.php (unless you're in TYPO3 v8):

/**
 * Include composer-provided packages
 */
$composerAutoload = PATH_site . '../vendor/autoload.php';
if (!is_file($composerAutoload)) {
	throw new Exception('Could not load composer dependencies. Please run "composer install" in the project root.');
}
require_once $composerAutoload;

Compatibility