Jibran Ijaz
Jibran Ijaz
Add grep command to pre commit script to make sure there is no @todo left for this issue so when https://www.drupal.org/node/2577827 is fixed `grep -inr 2577827 core/` should return nothing.
As per the documentation [Apache](https://wodby.com/docs/1.0/stacks/php/containers/#apache) and [Nginx](https://wodby.com/docs/1.0/stacks/php/containers/#nginx) can be restarted but php image doesn't have `httpd` or `nginx` so how do we restart apache or nginx from php container? I'm...
First of all thank you for making this plugin. In drupal 8 `hook_theme` are defined like this. ``` php /** * Implements hook_theme(). */ function user_theme() { return array( 'user'...
On PHP7 core recommands to run following command to update PHPUnit. ``` composer update phpunit/phpunit phpspec/prophecy symfony/yaml --with-dependencies ``` As you can see `symfony/yaml` is a non dev package so...
- Removes phing and replace it with Makefile. - Removes coder as it comes with core now. - Removes VM file Please locally test this before merging.
To create multiple sites in sub directories we have to create multiple vhosts and domain names. We can update domain names to `d8.${drupal.profile}.dev`