vnphp / fragment-bundle
为 Symfony 2 Fragment 子框架添加 `render_ajax` 支持。
v0.1
2016-08-22 14:55 UTC
Requires (Dev)
- phpunit/phpunit: ^5.1
This package is not auto-updated.
Last update: 2024-09-18 19:09:09 UTC
README
安装
composer require vnphp/fragment-bundle
您需要安装 git
。
使用方法
此包为 Symfony Fragment 子框架 添加了 render_ajax
支持。
{{ render_ajax(url('company_widget.callback_button', {company: company.id})) }}