By editor, 3 January, 2017 Create a Drupal 9 Project using composer. Tags Drupal 8 Code Composer Using recommended-project template composer create-project drupal/recommended-project my-project For more information, see : https://www.drupal.org/docs/develop/using-composer/starting-a-site-using-drupal-composer-project-templates
By editor, 20 December, 2016 Drupal 8 Url Tips. Get Name, Path, Args ... Tags Drupal 8 Code Drupal 8 Url Object use Drupal\Core\Url; Create a Url Create Url from route name $url = Url::fromRoute('<current>'); $url = Url::fromRoute('entity.node.canonical', ['node' => 1], []);
By editor, 16 December, 2016 Notify When SSH connection success Tags Drupal 8 Server Linux Method 1. Call Url You can use this method to call a Custom php script, Custom module, Databaselog .... for example. 1. Create a script (here, notify_login_url.sh)
By editor, 13 December, 2016 Solr Configuration for Drupal Tags Drupal 8 Module Drupal 7 Step 1. Install Tomcat And Solr Server (atlest 5.4.1) Step 2. Install Solr Search API On your drupal #Drush# drush en search_api_solr -y Step 3. Copy solr core files
By editor, 13 December, 2016 Install Solr Search API Tags Server Linux WebService Install Solr 5.4.1 on Debian Linux Step 1. Install JAVA 7 (In not already installed) sudo apt-get install openjdk-7-jdk