vnphp / fragment-bundle
Add support `render_ajax`for Symfony 2 Fragment sub-framework.
v0.1
2016-08-22 14:55 UTC
Requires
None
Requires (Dev)
- phpunit/phpunit: ^5.1
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-03 04:59:19 UTC
README
Installation
composer require vnphp/fragment-bundle
You need to have git installed.
Usage
This bundle adds support render_ajax for Symfony Fragment sub-framework:
{{ render_ajax(url('company_widget.callback_button', {company: company.id})) }}
