soerenkroell/ot-website

Provides a TYPO3 basic website setup with Bootstrap3.

Installs: 56

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 3

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

dev-master 2015-08-05 21:27 UTC

This package is not auto-updated.

Last update: 2024-04-13 15:01:20 UTC


README

A TYPO3 website EXT based on Oliver Thiele´s Extension.

Original Description by Oliver Thiele:

A TYPO3 website in one extension with Bootstrap3.
You need a licence for the included Fancybox-Lightbox, if you use this JS!

All content elements will have an additional tab for the Bootstrap Grid CSS classes.
Additional Backend-Layouts are added with the new BackendLayoutDataProvider.

Installation

All dependencies (Bootstrap, VHS ViewHelper, jQuery, Fancyox, etc.) will be installed by composer.

# Clone Repository
cd typo3conf/ext/
git clone TYPO3.Extbase.BasicWebsite ot_website

# Install dependencies
composer update --dry-run
composer update