PHPackages                             knplabs/knp-reveal-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. knplabs/knp-reveal-bundle

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

knplabs/knp-reveal-bundle
=========================

Simple bundle that uses Reveal.js and Symfony to make maintainable presentations

43963[1 issues](https://github.com/KnpLabs/KnpRevealBundle/issues)[2 PRs](https://github.com/KnpLabs/KnpRevealBundle/pulls)JavaScript

Since Oct 16Pushed 8y ago8 watchersCompare

[ Source](https://github.com/KnpLabs/KnpRevealBundle)[ Packagist](https://packagist.org/packages/knplabs/knp-reveal-bundle)[ RSS](/packages/knplabs-knp-reveal-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

[![Build Status](https://camo.githubusercontent.com/55782735797b847b1eea98ef5b37061835bb3a3977ad759740fb06fe9923e810/68747470733a2f2f7472617669732d63692e6f72672f4b6e704c6162732f4b6e7052657665616c42756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/KnpLabs/KnpRevealBundle)

KnpRevealBundle
===============

[](#knprevealbundle)

This bundle aims to simplify slides maintenance by keeping them in Markdown or HTML templates. If you have very few slides, you might be better using only [Reveal.js](http://lab.hakim.se/reveal-js), but in case you have hundreds of slides it could be useful.

[Reveal.js](http://lab.hakim.se/reveal-js) is a javascript library to impress your new audience with nifty transitions and stuff.

- [Setup](#setup)
- [Usage](#usage)
    - [Creating a presentation](#creating-a-presentation)
    - [Adding slides](#adding-slides)
        - [HTML helper](#html-helper)
        - [Markdown helper](#markdown-helper)
    - [More customization](#more-customization)
        - [Section attributes](#section-attributes)
    - [Using reveal](#using-reveal)

Setup
-----

[](#setup)

Just add the bundle to your project

```
composer require knplabs/knp-reveal-bundle 'dev-master'

```

Register the bundle:

```
