XandruSoft Software Factory
Experts in Symfony development
We work with the best Symfony developers in the world
Our experience of more than 10 years working exclusively on Symfony projects, together with our exquisite selection process of professionals categorized among the best in the world, means that we can offer a service of the highest qualityWe are Symfony developers
We work with most of the platforms of the Symfony ecosystem, getting the most out of it in the shortest time and with the highest qualitySymfony Platform
The best technology to create your project.
Mautic developers
Release your own Marketing Automatition platform.
Matomo developers
Release your own Analytics tool
Take your project to the next level
Here you will find the best symfony developers who will help you with your project, whether it is a monolithic platform or if you want to go one step further with a microservice architecture, working with APIs, with code based on Tests to guarantee stability and optimized with best performance.
Join & Follow us
Follow us to find out the latest news in the Symfony ecosystem and how they can help your company reach the next levelExportar y Redireccionar de Blogger a WordPress
Estos son los pasos a seguir para migrar nuestro blog de Blogger a WordPress Exportar Instalar plugin de importador en WordPress Importar las entradas Editar el theme de blogger, después de la etiqueta title, añadir todas las redirecciones tal que así (te recomiendo...
Error: “Failed to start the session because headers have already been sent by” Codeception
Framework config For test env, we need to replace "storage_factory_id" value when@test: framework: test: true session: storage_factory_id: session.storage.factory.mock_file
Error: “PHP Fatal error: Allowed memory size of” in Composer Install
Option 1 Modify in the console file (php -i to know the route) memory_limit =-1 Option 2 If you have no access to modify the file COMPOSER_MEMORY_LIMIT=-1 composer install
Deprecations: Add an explicit @return annotation to suppress this message in codeception
El mensaje viene mostrado no por el propio Codeception, sino por "phpunit-bridge", así que simplemente, eliminando este paquete, se eliminan estos mensajes 😉
Downgrade composer 2 to 1 windows, mac or linux
When we are working with Symfony projects, using PHP 7.4 version, we are fetching some issues on some libraries with composer v2, so we have to downgrade to version 1. The solution to change composer version on any OS (Windows, Mac or Linux) is just executing the...
Extensiones Visual Code Studio para Symfony 4
Visual Code Studio es uno de los mejores IDE para Mac y Windows que, además, lo podemos utilizar sin necesidad de comprar ninguna licencia. Desarrollar en Symfony 4 con Visual Code Studio es una de las mejores opciones, siempre y cuando se configuren las extensiones...