sixnapps/summernote-bundle

此捆绑包为symfony提供模板端口

安装: 62

依赖者: 0

建议者: 0

安全: 0

类型:symfony-bundle

1.0.6 2019-02-20 16:33 UTC

This package is not auto-updated.

Last update: 2024-09-27 15:45:24 UTC


README

将Porto模板集成到symfony 4。

此捆绑包的master分支至少需要PHP 7.1Symfony 4.2组件

安装

在控制台中

  • composer require sixnapps/porto-template-bundle
  • bin/console assets:install --symlink

修改文件config/packages/twig.yaml

twig:
    default_path: '%kernel.project_dir%/templates'
    debug: '%kernel.debug%'
    strict_variables: '%kernel.debug%'
    form_themes: ['templates/canvas/form_override.html.twig']