Slight variation of the helhum/typo3-distribution courtesy of Helmut Hummel.
Comes with the following features:
- guided installation
- typo3cms (Typo3 console)
.yml
setup convertible to.php
for production- customizable error pages
- secure setup, only exposes public ressources in web root (
/public
)
Additions:
- 3 custom page layouts with content defender setup
- 8 custom elements
- A PHP utility class to facilitate adding custom elements/plugins
- composer script to format all
.php
files in/packages
(coding style provided by helhum/typo3-distribution) - webpack setup to generate assest from modular resources
- webpack adapter to automatically load generated ressources into typoscript
- automatic asynchronous loading with fully configurable screen loader
git clone git@github.com:m2sd/typo3-distribution.git [project-name]
cd [project-name]
composer install
- Complete setup
Thanks to Helmut Hummel for his Typo3-Disto