k-ko/slim-twig-flash
Composer 安装命令:
composer require k-ko/slim-twig-flash
包简介
A Twig 3 extension to access Slim Flash messages in templates
README 文档
README
A Twig 3 extension to access Slim Flash messages in templates.
Install
Via Composer
composer require k-ko/slim-twig-flash
Requires:
- PHP 7.2 or newer
- Slim Framework Flash Messages 0.1.0 or newer
- Twig 3 or newer
Usage
- Add extension to your twig view
... $view->addExtension(new Knlv\Slim\Views\TwigMessages( new Slim\Flash\Messages() )); ...
- In templates use
flash()orflash('some_key')to fetch messages from Flash service
... <ul class="alert alert-danger"> {% for msg in flash('error') %} <li>{{ msg }}</li> {% endfor %} </ul> ...
Testing
phpunit
License
The GNU GENERAL PUBLIC LICENSE Version 3. Please see License File for more information.
统计信息
- 总下载量: 21
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2021-10-16