Skip to content

How to add options to a Symfony Form field?

I am rather new to PHP & Symfony, and am struggling with the form options: I have the following, simple code: I get an error because the format is not an option of TextType, but I cannot find a way to add my own options (But I know this is possible, from the others posts I read) I have read

PHP SQL get values with complex checkbox filter

I have 3 tables product product_feature feature In the first one I have my products, the second one I have the id to the product and the id to the feature and the 3rd one I have the features that can be different colors, sizes, material… I built a filter menu with Color blue, red, white, black… Si…

Apache php-fpm json response sometimes truncated

Recently we’ve changed over from EC2 to ECS Fargate. Both of these were run through an AWS application balancer. We’ve run into an issue on one of our endpoints where the JSON is being truncated at …