survos/reveal-bundle

支持包维护!
kbond

安装次数: 255

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 3

分支: 0

开放问题: 0

类型:symfony-bundle

1.5.340 2024-08-22 11:09 UTC

This package is auto-updated.

Last update: 2024-09-24 13:45:14 UTC


README

一个轻量级的包装,用于封装 reveal.js

安装

composer require survos/reveal-bundle

如果您没有使用 Flex,通过向 bundles.php 添加类来启用此包

// config/bundles.php
<?php

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