You are here
Drupal 8 API tutorials
Want to learn about the Drupal 8 APIs, with worked examples? Follow my series of tutorials, covering routing, caching, entities, config and much more!
Want to hire me?
Recent blogposts
-
Altering the length of a Drupal 8 text field that contains data
Friday, July 21, 2017 - 11:31 -
A menagerie of testing: behavioural, unit, system, smoke, regression, oh my!
Friday, June 2, 2017 - 10:11 -
Including Javascript in Behat tests, all inside a headless, virtual machine
Tuesday, May 30, 2017 - 16:51
About me
I'm J-P Stacey, and I'm a freelance technical developer and software architect, working with Drupal, Javascript, Symfony, PHP and devops, with experience in project and process management and an emphasis on usability.
I live in the UK; my website is self-hosted on bigv.io; my email is hosted by Google, and that's also what I use to share files. (More info|What is this?)
This was my suspicion. As I
This was my suspicion. As I am also using composer/installers, I was hoping to piggy-back the useful feature to change the destination of the packages and write the modules into a more Drupal-like destination, such as sites/all/modules/contrib/ - instead I will just copy these "rogue" modules into the appropriate directory using post-update-cmd.
Is this the approach you have been taking as well or is there a better way?
I have converted an existing drush make project into Composer and will be testing it out in an upcoming project, using some of your very useful Composer plugins. Thank you for your work in this area, I really see it as being a more linear way to develop and build Drupal projects.