Symfony 7: default-entry_options for inheritor of CollectionType with
I have a bit of a tricky situation: I defined a basic inheritor of CollectionType
like this with the goal to make including collections in my app simpler and make some standard behaviours of the front-end easier to configure for example:
Not able to install symfony individual versions in composer
my project running on Symfony4.4 but now I am upgrading to Symfony6.4 so I tried to install individual packages in composer but not able to install. please help me regarding this if anyone knows ??
Find unused symfony services
The project I’m working on has right now 7710 services. Autowiring is enabled and paths were not always excluded from autowiring, so right now we have a lot of services, which I’m sure, are not used as a service.
The big problem with that is the container build time.
Symfony enviroment variables in .env file doesn’t work in prod
I’m running a Symfony application within a Docker container. In the development environment, I can see all environment variables using the debug:container --env-vars
command. However, when I switch to the production environment (also configured in the .env file and it works), running the same command returns “No environment variables are being used.”
Bitbucket / Symfony Project – Pipeline execution require driver on cache clear – No driver found running cache clear
I’m facing an issue while trying to setup a pipeline for symfony project, here is my pipeline code :
Resource for Learning Symfony PHP
Currently learning through their Documentation does not find good yt video for symfony and learning some some of logic for form from symfonycasts documentation
How can I attach an error to a field with a custom validator in Symfony?
I’m working on a custom captcha and I created a custom validator which is supposed to validate the captcha.
Symfony 7 validation: apply validation group depending on form-input
Following scenario:
Generate doctrine schema on imported Symfony 7 project
I’ve just imported a project in Symfony v7.1 that I’ve made on another computer from github.
Override class service definition in Symfony in a specific environment with a factory
If I have a simple definition for a Guzzle client for instance in my production environment: