DDEV Xdebug Quickstart with PhpStorm (Video)
A less-than-5-minute screencast showing how to set a breakpoint, enable Xdebug with `ddev xdebug on`, and step through PHP code in PhpStorm.
A less-than-5-minute screencast showing how to set a breakpoint, enable Xdebug with `ddev xdebug on`, and step through PHP code in PhpStorm.
A problem I've been struggling with for a while now is managing my bookmarks. Every time I come across an interesting article I want to read, a good resource I want to keep, or a neat tool I want to try I create a bookmark.Over time I have collected a large collection of bookmarks so when I add a new one to the list it gets lots in the pile. I've tried to create directories to keep "new" bookmarks or organise them into sections, but I always end up scrabbling to find them.
Réduisez de plus de 90% le poids de vos polices grâce à ce package PHP
Dreaming about Claude Code I lost sleep last night, dreaming about Claude Code. The night before, I was working too late and too hard on a coding problem, and I ended up dreaming a
Classes using AutowireTrait or AutowiredInstanceTrait can now inject dependencies via setter methods marked with Symfony's #[Required] attribute, eliminating the need to override constructors in subclasses. This includes controllers that extend \Drupal\Core\Controller\ControllerBase and plugins that extend \Drupal\Core\Plugin\PluginBase. For example, if there is a base plugin
Sometimes working on a Drupal contributed module requires making changes to the module’s composer.json so that you can update a dependency. This blog post looks at how to accomplish that in a local development environment.
The Oxidized PHP Toolchain: Blazing fast linter, formatter, and static analyzer for PHP, written in Rust.
Plus d'informations sur cette conférence : https://afup.org/talks/5257-php-sans-php-creez-des-binaires-autonomes-de-votre-codeCette vidéo vous a plu ? Adhére...
Starting with Drupal 11.4.0, you can now use attributes on your controllers to specify the routes the controller is used for. Any classes in a module's Controller namespace (for example, Drupal\example\Controller) that have the Symfony\Component\Routing\Attribute\Route attribute will be picked up as route definitions. This supplements the existing .routing.yml based