Download the PHP package oliverklee/typo3-devsite without Composer
On this page you can find all versions of the php package oliverklee/typo3-devsite. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download oliverklee/typo3-devsite
More information about oliverklee/typo3-devsite
Files in oliverklee/typo3-devsite
Package typo3-devsite
Short Description TYPO3 extension that contains the basics of a site which Oliver Klee uses for developing in TYPO3.
License GPL-2.0-or-later
Homepage https://www.oliverklee.de/typo3-services/typo3-extensions/
Informations about the package typo3-devsite
TYPO3 development site extension
:warning: This extension has been integrated into my Testing distribution. Hence, this repository here is no longer maintained.
This is a TYPO3 extension that contains the basics of a site which I use for developing in TYPO3. It helps to create a working site with navigation and nice CSS extremely quickly.
In addition, minification and concatenation of JavaScript and CSS is disabled, making debugging less of a pain.
Installation
This package should only be installed via Composer, not from the TER.
Installing the package via Composer
Require the package "oliverklee/typo3-devsite"
.
Within the TYPO3 back end
- Uninstall the extension css_styled_content (if it is installed).
- Install the extension fluid_styled_content (provided by the Core).
- In your TypoScript template, include the following static templates:
- Content Elements (fluid_styled content)
- Content Elements CSS (optional) (fluid_styled content)
- TYPO3 development site (typo3-devsite)
favicon.ico
There's a small favicon.ico in for copying to your site root.
All versions of typo3-devsite with dependencies
typo3/cms-core Version ^9.5 || ^10.4
typo3/cms-frontend Version ^9.5 || ^10.4
typo3/cms-fluid Version ^9.5 || ^10.4
typo3/cms-fluid-styled-content Version ^9.5 || ^10.4