The Weissheiten Bootstrap package should allow its users to get an easy introduction to Neos CMS with the popular bootstrap template. Starting from the great TYPO3.NeosDemoTypo3Org Site package the amount of available content elements has been significantly extended and at some places altered. A big thank you to the awesome Neos CMS core team that gave me insight needed to create many of these new nodes.
The Weissheiten.Neos.Bootstrap is listed on packagist now (https://packagist.org/packages/weissheiten/neos-bootstrap) - therefore you don't have to include the package in your "repositories" entry any more.
Just add the following line to your require section:
"weissheiten/neos-bootstrap": "2.*"
And the run this command to fetch the plugin:
composer update
The Weissheiten Bootstrap package does NOT use the TYPO3.Twitter.Bootstrap package at the moment. So you have to include either that package or Bootstrap yourself in your main templates.
- email: [email protected]
- url: http://www.weissheiten.at
- twitter: @WeissheitenWien
Thank you for contributing
- Egobude ([email protected])