Forticas
Forticas
**Adding attach files to Trix editor** Hi, I don't know if that exist but i tried many options with `setTrixEditorConfig()` but no one seems working. And if there are some...
There is a way to deploy the project with many domains (sub-domains) ? like : ```bash SERVER_NAME=fr.example.com, en.example.com \ APP_SECRET=ChangeMe \ CADDY_MERCURE_JWT_SECRET=ChangeMe \ docker compose -f docker-compose.yml -f docker-compose.prod.yml up...
Hello , this is symfony configuration for MySQL: ``` # config/packages/doctrine.yaml doctrine: orm: dql: string_functions: JSON_EXTRACT: Scienta\DoctrineJsonFunctions\Query\AST\Functions\Mysql\JsonExtract JSON_SEARCH: Scienta\DoctrineJsonFunctions\Query\AST\Functions\Mysql\JsonSearch ``` What is the configuration for Postgresql? Thank's