https://github.com/m2sd/typo3-distribution
Typo3 project kickstarter
https://github.com/m2sd/typo3-distribution
Last synced: 4 months ago
JSON representation
Typo3 project kickstarter
- Host: GitHub
- URL: https://github.com/m2sd/typo3-distribution
- Owner: m2sd
- License: gpl-3.0
- Created: 2018-12-10T21:15:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-11T08:32:11.000Z (over 7 years ago)
- Last Synced: 2025-06-09T01:04:30.795Z (about 1 year ago)
- Language: HTML
- Size: 2.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# M² solutions typo3 kickstarter
Slight variation of the [helhum/typo3-distribution](https://github.com/helhum/TYPO3-Distribution) courtesy of [Helmut Hummel](https://helhum.io/).
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](https://github.com/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
## Installation steps
1. `git clone git@github.com:m2sd/typo3-distribution.git [project-name]`
2. `cd [project-name]`
3. `composer install`
4. Complete setup
Thanks to Helmut Hummel for his Typo3-Disto