vnphp / fragment-bundle
Add support `render_ajax`for Symfony 2 Fragment sub-framework.
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Forks: 0
pkg:composer/vnphp/fragment-bundle
Requires (Dev)
- phpunit/phpunit: ^5.1
This package is not auto-updated.
Last update: 2025-10-02 00:25:56 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})) }}