By editor, 28 July, 2017 Change a metatag dynamicly Tags Drupal 8 Code SEO Hook Add meta tag from controller Example: Add <meta http-equiv="refresh" content="30"> $data = [ '#tag' => 'meta', '#attributes' => [
By editor, 25 July, 2017 How to create a JSON web service on drupal 8 ? Tags Drupal 8 Code Module WebService This is a simple example of a web service. For the example, We will make a service to multiply two numbers. Create JSON WebService module Create a module. Here : mywebservice
By editor, 24 July, 2017 Install Xdebug with NginX Server Tags Debug IDE Install Xdebug php sudo apt install php-xdebug Configure Xdebug Example: sudo gedit /etc/php/5.6/mods-available/xdebug.ini
By editor, 24 July, 2017 Git - Errors and problems Tags Git Error Cannot push Git to remote repository with http/https return code 22 fatal: git-http-push failed