abbert/symfony-action-utils

There is no license information available for the latest version (v2.1.0) of this package.

Implements all the methods defined in Symfony's ControllerTrait. Can be injected in controllers / actions.

v2.1.0 2018-08-06 12:22 UTC

This package is auto-updated.

Last update: 2024-04-27 17:31:59 UTC


README

Implements all the methods defined in Symfony's ControllerTrait. Can be injected in controllers / actions.

sample service definition

Skrepr\ActionUtils\ActionUtils:
    arguments: ['@twig', '@form.factory', '@session', '@router', '@doctrine', '@security.token_storage']