For a while we've been using DDEV to standardize our docker setup for development and to have a consistent way of interacting with Docker across all our projects (e.g., Magento, Symfony, Sulu, Sylius, API Platform, ...). Since most of our developers are using PHPStorm as their IDE of choice, using the DDEV Tool Integration for IntelliJ IDEA plugin was a natural choice.
173 posts tagged with "php"
View All TagsPHPUGMRN 03/23 meetup
The PHP meetup Metropolregion Rhein-Neckar will meet again on the 29th of June 2023 at bitExpert AG in Mannheim, Germany.
API Platform Conference 2023
We are more than happy to announce that we'll be speaking at the 2023 edition of the API Platform conference in Lille, France this year.
Undefined array key instance in ArgumentsResolver.php
In the last few days, I was fighting hard to understand and fix an error that occurred when trying to deploy a Magento upgrade in production for one of our merchants.
During the setup:di:compile
phase our CI pipeline crashed with the error Undefined array key "instance" in ArgumentsResolver.php on line 171
.
PHPUGFFM 03/23 meetup
On the 22nd of May the PHP meetup Frankfurt will meet again in person. The topic of the day is PHPStan - the static code analysis tool for PHP.
Composer Integrity Plugin
Last weekend at the Mage Titans Conference in Manchester, the sansec folks announced their new Composer Integrity Plugin project.
PHPUGMRN 02/23 meetup
The PHP meetup Metropolregion Rhein-Neckar will meet again on the 27th of April 2023.
Introducing Gally
Gally is the latest product of the Elasticsuite family. For years, the Elasticsuite folks built and maintained an Open-Source Magento module to bring top-notch Elasticsearch functionality to Magento.
Last year, the Elasticsuite folks decided to create a new product from their learnings of developing Elasticsuite for about 10 years and make the solution available for any system in need of a good, scalable search solution.
The power of SQLite
In a few React.js projects, we have huge JSON files, which are used for the filterable data in the frontend. To keep the frontend fast we decided on creating a small standalone API.
Adding custom form field to Sulu Forms
In the last part of this blog post series we covered how to add custom logic to a Sulu form to send the form data to a 3rd party system. In this blog post, we cover how to do that only for specific forms.