Skip to content

Drenso/symfony-shared

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9ef4cd7 · Mar 12, 2025
Jun 21, 2024
Feb 11, 2023
Feb 5, 2025
Aug 15, 2024
Nov 21, 2023
Dec 22, 2021
Aug 15, 2024
Mar 12, 2025
May 23, 2024
Jan 14, 2022
Feb 5, 2025
Mar 12, 2025
Jan 31, 2025
Aug 15, 2024
May 1, 2022
Jul 23, 2024
Aug 26, 2024

Repository files navigation

Drenso Symfony Shared bundle

This bundle contains some common extension we use in our Symfony projects. When installed with Symfony Flex, all extensions should be available automatically.

This bundle has currently no configuration options.

In order to use the form layout, make sure to enable it in your Twig configuration:

twig:
  form_themes:
    - "@DrensoShared/bs4/form/form_layout.html.twig"

PHPStorm integration

Configure the following:

parameters:
  env(PHPSTORM_PROJECT): ''
framework:
  ide: '%env(resolve:phpstorm:PHPSTORM_PROJECT)%'

When you set the env var PHPSTORM_PROJECT to the name of your PHP storm project, it will be opened automatically. Otherwise, the Symfony default browser implementation will still be opened as before.

Requires the Jetbrains toolbox to be installed.