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
Requires (Dev)
This package is not auto-updated.
Last update: 2025-03-01 20:24:16 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