mimmi20 / laminasviewrenderer-flash-message

1.0.7 2024-09-11 04:44 UTC

This package is auto-updated.

Last update: 2024-09-18 05:29:11 UTC


README

Latest Stable Version Latest Unstable Version License

代码状态

codecov Test Coverage Average time to resolve an issue Percentage of issues still open Mutation testing badge Maintainability

要求

此库需要PHP 8.1及以上版本。

安装

运行

composer require mimmi20/laminasviewrenderer-flash-message

所需设置

此Viewhelper渲染一个模板。使用该模板的别名

您需要为它定义一个模板映射

  'template_map' => [
    'widget/bootstrap-alert' => __DIR__ . '/../view/widget/bootstrap-alert',
  ],

在模板内部,变量alertLevelalertMessage可用。

许可证

本软件包使用MIT许可证授权。

请参阅LICENSE.md