Search Results
… PHPStan is a great command line tool for looking at how your PHP code will run without actually running it. It's great for finding potential bugs that you wouldn't have otherwise discovered … x Unsafe usage of new static(). 💡 See: https://phpstan.org/blog/solving-phpstan-error-unsafe-usage-of-new-static ------ …
… The Drupal Session Inspector module allows a user to view their current user sessions on a Drupal site. By allowing users to view this information you create a self-service security system where users can see … . Originally posted here https://www.codeenigma.com/blog/drupal-session-inspector-module … Drupal 9: Adding Events To The …
… If you run a Drupal site for any length of time you will quickly realise that a few paths that … a lot of traffic. All of these paths result in page not found errors so the only impact is taking up your server resources. It's common … site you can use the following SQL. This assumes that you have the DBLog module active on the site, which might not always be the case. The …
… I like working with DrupalVM and I've worked with Ansible based Vagrant setups for years and so I'm very … on what is in the recommended composer file see my previous blog post on the subject . After this step you can require any other …