survos/reveal-bundle

Fund package maintenance!
kbond

Installs: 253

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:symfony-bundle

1.5.220 2024-02-01 14:48 UTC

This package is auto-updated.

Last update: 2024-05-03 15:42:47 UTC


README

A lightweight bundle that wraps reveal.js

Installation

composer require survos/reveal-bundle

If you're not using Flex, enable the bundle by adding the class to bundles.php

// config/bundles.php
<?php

return [
    //...
    Survos\Bundle\SurvosRevealBundle::class => ['all' => true],
    //...
];