Skip to content

castiron/cicbase

Repository files navigation

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

About

A collection of services, repositories, and tools to be used by Extbase-based extensions in TYPO3.

Resources

Stars

Watchers

Forks

Packages

No packages published